Skip to content

Commit

Permalink
Update manifests
Browse files Browse the repository at this point in the history
Run `make manifests`
  • Loading branch information
thunderboltsid committed Apr 29, 2024
1 parent 8b211ed commit 01078a9
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 369 deletions.
181 changes: 91 additions & 90 deletions config/crd/bases/infrastructure.cluster.x-k8s.io_nutanixclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: nutanixclusters.infrastructure.cluster.x-k8s.io
spec:
group: infrastructure.cluster.x-k8s.io
Expand Down Expand Up @@ -34,24 +33,29 @@ spec:
description: NutanixCluster is the Schema for the nutanixclusters API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
spec:
description: NutanixClusterSpec defines the desired state of NutanixCluster
properties:
controlPlaneEndpoint:
description: ControlPlaneEndpoint represents the endpoint used to
communicate with the control plane. host can be either DNS name
or ip address
description: |-
ControlPlaneEndpoint represents the endpoint used to communicate with the control plane.
host can be either DNS name or ip address
properties:
host:
description: The hostname on which the API server is serving.
Expand All @@ -65,18 +69,17 @@ spec:
- port
type: object
prismCentral:
description: prismCentral holds the endpoint address and port to access
the Nutanix Prism Central. When a cluster-wide proxy is installed,
by default, this endpoint will be accessed via the proxy. Should
you wish for communication with this endpoint not to be proxied,
please add the endpoint to the proxy spec.noProxy list.
description: |-
prismCentral holds the endpoint address and port to access the Nutanix Prism Central.
When a cluster-wide proxy is installed, by default, this endpoint will be accessed via the proxy.
Should you wish for communication with this endpoint not to be proxied, please add the endpoint to the
proxy spec.noProxy list.
properties:
additionalTrustBundle:
description: AdditionalTrustBundle is a PEM encoded x509 cert
for the RootCA that was used to create the certificate for a
Prism Central that uses certificates that were issued by a non-publicly
trusted RootCA. The trust bundle is added to the cert pool used
to authenticate the TLS connection to the Prism Central.
description: |-
AdditionalTrustBundle is a PEM encoded x509 cert for the RootCA that was used to create the certificate
for a Prism Central that uses certificates that were issued by a non-publicly trusted RootCA. The trust
bundle is added to the cert pool used to authenticate the TLS connection to the Prism Central.
properties:
data:
description: Data of the trust bundle if Kind is String.
Expand Down Expand Up @@ -148,37 +151,37 @@ spec:
operational state.
properties:
lastTransitionTime:
description: Last time the condition transitioned from one status
to another. This should be when the underlying condition changed.
If that is not known, then using the time when the API field
changed is acceptable.
description: |-
Last time the condition transitioned from one status to another.
This should be when the underlying condition changed. If that is not known, then using the time when
the API field changed is acceptable.
format: date-time
type: string
message:
description: A human readable message indicating details about
the transition. This field may be empty.
description: |-
A human readable message indicating details about the transition.
This field may be empty.
type: string
reason:
description: The reason for the condition's last transition
in CamelCase. The specific API may choose whether or not this
field is considered a guaranteed API. This field may not be
empty.
description: |-
The reason for the condition's last transition in CamelCase.
The specific API may choose whether or not this field is considered a guaranteed API.
This field may not be empty.
type: string
severity:
description: Severity provides an explicit classification of
Reason code, so the users or machines can immediately understand
the current situation and act accordingly. The Severity field
MUST be set only when Status=False.
description: |-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
understand the current situation and act accordingly.
The Severity field MUST be set only when Status=False.
type: string
status:
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
Many .condition.type values are consistent across resources
like Available, but because arbitrary conditions can be useful
(see .node.status.conditions), the ability to deconflict is
important.
description: |-
Type of condition in CamelCase or in foo.example.com/CamelCase.
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
can be useful (see .node.status.conditions), the ability to deconflict is important.
type: string
required:
- status
Expand All @@ -187,9 +190,9 @@ spec:
type: array
failureDomains:
additionalProperties:
description: FailureDomainSpec is the Schema for Cluster API failure
domains. It allows controllers to understand how many failure
domains a cluster can optionally span across.
description: |-
FailureDomainSpec is the Schema for Cluster API failure domains.
It allows controllers to understand how many failure domains a cluster can optionally span across.
properties:
attributes:
additionalProperties:
Expand Down Expand Up @@ -233,24 +236,29 @@ spec:
description: NutanixCluster is the Schema for the nutanixclusters API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
spec:
description: NutanixClusterSpec defines the desired state of NutanixCluster
properties:
controlPlaneEndpoint:
description: ControlPlaneEndpoint represents the endpoint used to
communicate with the control plane. host can be either DNS name
or ip address
description: |-
ControlPlaneEndpoint represents the endpoint used to communicate with the control plane.
host can be either DNS name or ip address
properties:
host:
description: The hostname on which the API server is serving.
Expand All @@ -264,18 +272,17 @@ spec:
- port
type: object
prismCentral:
description: prismCentral holds the endpoint address and port to access
the Nutanix Prism Central. When a cluster-wide proxy is installed,
by default, this endpoint will be accessed via the proxy. Should
you wish for communication with this endpoint not to be proxied,
please add the endpoint to the proxy spec.noProxy list.
description: |-
prismCentral holds the endpoint address and port to access the Nutanix Prism Central.
When a cluster-wide proxy is installed, by default, this endpoint will be accessed via the proxy.
Should you wish for communication with this endpoint not to be proxied, please add the endpoint to the
proxy spec.noProxy list.
properties:
additionalTrustBundle:
description: AdditionalTrustBundle is a PEM encoded x509 cert
for the RootCA that was used to create the certificate for a
Prism Central that uses certificates that were issued by a non-publicly
trusted RootCA. The trust bundle is added to the cert pool used
to authenticate the TLS connection to the Prism Central.
description: |-
AdditionalTrustBundle is a PEM encoded x509 cert for the RootCA that was used to create the certificate
for a Prism Central that uses certificates that were issued by a non-publicly trusted RootCA. The trust
bundle is added to the cert pool used to authenticate the TLS connection to the Prism Central.
properties:
data:
description: Data of the trust bundle if Kind is String.
Expand Down Expand Up @@ -347,37 +354,37 @@ spec:
operational state.
properties:
lastTransitionTime:
description: Last time the condition transitioned from one status
to another. This should be when the underlying condition changed.
If that is not known, then using the time when the API field
changed is acceptable.
description: |-
Last time the condition transitioned from one status to another.
This should be when the underlying condition changed. If that is not known, then using the time when
the API field changed is acceptable.
format: date-time
type: string
message:
description: A human readable message indicating details about
the transition. This field may be empty.
description: |-
A human readable message indicating details about the transition.
This field may be empty.
type: string
reason:
description: The reason for the condition's last transition
in CamelCase. The specific API may choose whether or not this
field is considered a guaranteed API. This field may not be
empty.
description: |-
The reason for the condition's last transition in CamelCase.
The specific API may choose whether or not this field is considered a guaranteed API.
This field may not be empty.
type: string
severity:
description: Severity provides an explicit classification of
Reason code, so the users or machines can immediately understand
the current situation and act accordingly. The Severity field
MUST be set only when Status=False.
description: |-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
understand the current situation and act accordingly.
The Severity field MUST be set only when Status=False.
type: string
status:
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
Many .condition.type values are consistent across resources
like Available, but because arbitrary conditions can be useful
(see .node.status.conditions), the ability to deconflict is
important.
description: |-
Type of condition in CamelCase or in foo.example.com/CamelCase.
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
can be useful (see .node.status.conditions), the ability to deconflict is important.
type: string
required:
- lastTransitionTime
Expand All @@ -387,9 +394,9 @@ spec:
type: array
failureDomains:
additionalProperties:
description: FailureDomainSpec is the Schema for Cluster API failure
domains. It allows controllers to understand how many failure
domains a cluster can optionally span across.
description: |-
FailureDomainSpec is the Schema for Cluster API failure domains.
It allows controllers to understand how many failure domains a cluster can optionally span across.
properties:
attributes:
additionalProperties:
Expand Down Expand Up @@ -418,9 +425,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Loading

0 comments on commit 01078a9

Please sign in to comment.