Skip to content

Commit

Permalink
move ASOAPI out of experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Jul 8, 2024
1 parent 93c806c commit f065d17
Show file tree
Hide file tree
Showing 37 changed files with 366 additions and 366 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
116 changes: 58 additions & 58 deletions config/webhook/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,20 +211,18 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azurecluster
path: /validate-infrastructure-cluster-x-k8s-io-v1alpha1-azureasomanagedcluster
failurePolicy: Fail
matchPolicy: Equivalent
name: validation.azurecluster.infrastructure.cluster.x-k8s.io
name: validation.azureasomanagedcluster.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
apiVersions:
- v1beta1
- v1alpha1
operations:
- CREATE
- UPDATE
resources:
- azureclusters
- azureasomanagedclusters
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -233,20 +231,18 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azureclusteridentity
path: /validate-infrastructure-cluster-x-k8s-io-v1alpha1-azureasomanagedcontrolplane
failurePolicy: Fail
matchPolicy: Equivalent
name: validation.azureclusteridentity.infrastructure.cluster.x-k8s.io
name: validation.azureasomanagedcontrolplane.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
apiVersions:
- v1beta1
- v1alpha1
operations:
- CREATE
- UPDATE
resources:
- azureclusteridentities
- azureasomanagedcontrolplanes
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -255,20 +251,18 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azureclustertemplate
path: /validate-infrastructure-cluster-x-k8s-io-v1alpha1-azureasomanagedmachinepool
failurePolicy: Fail
matchPolicy: Equivalent
name: validation.azureclustertemplate.infrastructure.cluster.x-k8s.io
name: validation.azureasomanagedmachinepool.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
apiVersions:
- v1beta1
- v1alpha1
operations:
- CREATE
- UPDATE
resources:
- azureclustertemplates
- azureasomanagedmachinepools
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -277,10 +271,10 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremachine
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azurecluster
failurePolicy: Fail
matchPolicy: Equivalent
name: validation.azuremachine.infrastructure.cluster.x-k8s.io
name: validation.azurecluster.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
Expand All @@ -290,7 +284,7 @@ webhooks:
- CREATE
- UPDATE
resources:
- azuremachines
- azureclusters
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -299,10 +293,10 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremachinetemplate
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azureclusteridentity
failurePolicy: Fail
matchPolicy: Equivalent
name: validation.azuremachinetemplate.infrastructure.cluster.x-k8s.io
name: validation.azureclusteridentity.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
Expand All @@ -312,7 +306,7 @@ webhooks:
- CREATE
- UPDATE
resources:
- azuremachinetemplates
- azureclusteridentities
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -321,9 +315,10 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedcluster
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azureclustertemplate
failurePolicy: Fail
name: validation.azuremanagedclusters.infrastructure.cluster.x-k8s.io
matchPolicy: Equivalent
name: validation.azureclustertemplate.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
Expand All @@ -333,7 +328,7 @@ webhooks:
- CREATE
- UPDATE
resources:
- azuremanagedclusters
- azureclustertemplates
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -342,18 +337,20 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedclustertemplate
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremachine
failurePolicy: Fail
name: validation.azuremanagedclustertemplates.infrastructure.cluster.x-k8s.io
matchPolicy: Equivalent
name: validation.azuremachine.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
apiVersions:
- v1beta1
operations:
- CREATE
- UPDATE
resources:
- azuremanagedclustertemplates
- azuremachines
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -362,9 +359,10 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedcontrolplane
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremachinetemplate
failurePolicy: Fail
name: validation.azuremanagedcontrolplanes.infrastructure.cluster.x-k8s.io
matchPolicy: Equivalent
name: validation.azuremachinetemplate.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
Expand All @@ -374,7 +372,7 @@ webhooks:
- CREATE
- UPDATE
resources:
- azuremanagedcontrolplanes
- azuremachinetemplates
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -383,9 +381,9 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedcontrolplanetemplate
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedcluster
failurePolicy: Fail
name: validation.azuremanagedcontrolplanetemplates.infrastructure.cluster.x-k8s.io
name: validation.azuremanagedclusters.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
Expand All @@ -395,7 +393,7 @@ webhooks:
- CREATE
- UPDATE
resources:
- azuremanagedcontrolplanetemplates
- azuremanagedclusters
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -404,21 +402,18 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedmachinepool
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedclustertemplate
failurePolicy: Fail
matchPolicy: Equivalent
name: validation.azuremanagedmachinepools.infrastructure.cluster.x-k8s.io
name: validation.azuremanagedclustertemplates.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
apiVersions:
- v1beta1
operations:
- CREATE
- UPDATE
- DELETE
resources:
- azuremanagedmachinepools
- azuremanagedclustertemplates
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -427,9 +422,9 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedmachinepooltemplate
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedcontrolplane
failurePolicy: Fail
name: validation.azuremanagedmachinepooltemplates.infrastructure.cluster.x-k8s.io
name: validation.azuremanagedcontrolplanes.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
Expand All @@ -438,9 +433,8 @@ webhooks:
operations:
- CREATE
- UPDATE
- DELETE
resources:
- azuremanagedmachinepooltemplates
- azuremanagedcontrolplanes
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -449,18 +443,19 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1alpha1-azureasomanagedcluster
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedcontrolplanetemplate
failurePolicy: Fail
name: validation.azureasomanagedcluster.infrastructure.cluster.x-k8s.io
name: validation.azuremanagedcontrolplanetemplates.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
apiVersions:
- v1alpha1
- v1beta1
operations:
- CREATE
- UPDATE
resources:
- azureasomanagedclusters
- azuremanagedcontrolplanetemplates
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -469,18 +464,21 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1alpha1-azureasomanagedcontrolplane
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedmachinepool
failurePolicy: Fail
name: validation.azureasomanagedcontrolplane.infrastructure.cluster.x-k8s.io
matchPolicy: Equivalent
name: validation.azuremanagedmachinepools.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
apiVersions:
- v1alpha1
- v1beta1
operations:
- CREATE
- UPDATE
- DELETE
resources:
- azureasomanagedcontrolplanes
- azuremanagedmachinepools
sideEffects: None
- admissionReviewVersions:
- v1
Expand All @@ -489,18 +487,20 @@ webhooks:
service:
name: webhook-service
namespace: system
path: /validate-infrastructure-cluster-x-k8s-io-v1alpha1-azureasomanagedmachinepool
path: /validate-infrastructure-cluster-x-k8s-io-v1beta1-azuremanagedmachinepooltemplate
failurePolicy: Fail
name: validation.azureasomanagedmachinepool.infrastructure.cluster.x-k8s.io
name: validation.azuremanagedmachinepooltemplates.infrastructure.cluster.x-k8s.io
rules:
- apiGroups:
- infrastructure.cluster.x-k8s.io
apiVersions:
- v1alpha1
- v1beta1
operations:
- CREATE
- UPDATE
- DELETE
resources:
- azureasomanagedmachinepools
- azuremanagedmachinepooltemplates
sideEffects: None
- admissionReviewVersions:
- v1
Expand Down
Loading

0 comments on commit f065d17

Please sign in to comment.