Skip to content

Commit

Permalink
Update upstream specifications to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Nov 8, 2024
1 parent 12b5051 commit 80c8d06
Show file tree
Hide file tree
Showing 169 changed files with 10,341 additions and 5,335 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
metadata:
annotations:
controller-gen.kubebuilder.io/version: "v0.11.3"
controller-gen.kubebuilder.io/version: "v0.14.0"
name: "discoveryservicecertificates.operator.marin3r.3scale.net"
spec:
group: "operator.marin3r.3scale.net"
Expand All @@ -28,21 +28,21 @@ spec:
name: "v1alpha1"
schema:
openAPIV3Schema:
description: "DiscoveryServiceCertificate is an internal resource used to create certificates. This resource is used by the DiscoveryService controller to create the required certificates for the different components. Direct use of DiscoveryServiceCertificate objects is discouraged."
description: "DiscoveryServiceCertificate is an internal resource used to create certificates. This resource\nis used by the DiscoveryService controller to create the required certificates for the different\ncomponents. Direct use of DiscoveryServiceCertificate objects is discouraged."
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.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore 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.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
type: "string"
metadata:
type: "object"
spec:
description: "DiscoveryServiceCertificateSpec defines the desired state of DiscoveryServiceCertificate"
properties:
certificateRenewal:
description: "CertificateRenewalConfig configures the certificate renewal process. If unset default behavior is to renew the certificate but not notify of renewals."
description: "CertificateRenewalConfig configures the certificate renewal process. If unset default\nbehavior is to renew the certificate but not notify of renewals."
properties:
enabled:
description: "Enabled is a flag to enable or disable renewal of the certificate"
Expand All @@ -54,15 +54,15 @@ spec:
description: "CommonName is the CommonName of the certificate"
type: "string"
hosts:
description: "Hosts is the list of hosts the certificate is valid for. Only use when 'IsServerCertificate' is true. If unset, the CommonName field will be used to populate the valid hosts of the certificate."
description: "Hosts is the list of hosts the certificate is valid for. Only\nuse when 'IsServerCertificate' is true. If unset, the CommonName\nfield will be used to populate the valid hosts of the certificate."
items:
type: "string"
type: "array"
isCA:
description: "IsCA is a boolean specifying that the certificate is a CA"
type: "boolean"
secretRef:
description: "SecretRef is a reference to the secret that will hold the certificate and the private key."
description: "SecretRef is a reference to the secret that will hold the certificate\nand the private key."
properties:
name:
description: "name is unique within a namespace to reference a secret resource."
Expand All @@ -73,10 +73,10 @@ spec:
type: "object"
x-kubernetes-map-type: "atomic"
server:
description: "IsServerCertificate is a boolean specifying if the certificate should be issued with server auth usage enabled"
description: "IsServerCertificate is a boolean specifying if the certificate should be\nissued with server auth usage enabled"
type: "boolean"
signer:
description: "Signer specifies the signer to use to create this certificate. Supported signers are CertManager and SelfSigned."
description: "Signer specifies the signer to use to create this certificate. Supported\nsigners are CertManager and SelfSigned."
properties:
caSigned:
description: "CASigned holds specific configuration for the CASigned signer"
Expand Down Expand Up @@ -113,28 +113,28 @@ spec:
description: "DiscoveryServiceCertificateStatus defines the observed state of DiscoveryServiceCertificate"
properties:
certificateHash:
description: "CertificateHash stores the current hash of the certificate. It is used for other controllers to validate if a certificate has been re-issued."
description: "CertificateHash stores the current hash of the certificate. It is used\nfor other controllers to validate if a certificate has been re-issued."
type: "string"
conditions:
description: "Conditions represent the latest available observations of an object's state"
items:
description: "Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, \n type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
description: "Condition contains details for one aspect of the current state of this API Resource.\n---\nThis struct is intended for direct use as an array at the field path .status.conditions. For example,\n\n\n\ttype FooStatus struct{\n\t // Represents the observations of a foo's current state.\n\t // Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t // other fields\n\t}"
properties:
lastTransitionTime:
description: "lastTransitionTime is the 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: "lastTransitionTime is the last time the condition transitioned from one status to another.\nThis 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: "message is a human readable message indicating details about the transition. This may be an empty string."
description: "message is a human readable message indicating details about the transition.\nThis may be an empty string."
maxLength: 32768
type: "string"
observedGeneration:
description: "observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance."
description: "observedGeneration represents the .metadata.generation that the condition was set based upon.\nFor instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date\nwith respect to the current state of the instance."
format: "int64"
minimum: 0.0
type: "integer"
reason:
description: "reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty."
description: "reason contains a programmatic identifier indicating the reason for the condition's last transition.\nProducers of specific condition types may define expected values and meanings for this field,\nand whether the values are considered a guaranteed API.\nThe value should be a CamelCase string.\nThis field may not be empty."
maxLength: 1024
minLength: 1
pattern: "^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$"
Expand All @@ -147,7 +147,7 @@ spec:
- "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. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)"
description: "type of condition in CamelCase or in foo.example.com/CamelCase.\n---\nMany .condition.type values are consistent across resources like Available, but because arbitrary conditions can be\nuseful (see .node.status.conditions), the ability to deconflict is important.\nThe regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)"
maxLength: 316
pattern: "^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$"
type: "string"
Expand All @@ -164,7 +164,7 @@ spec:
format: "date-time"
type: "string"
notBefore:
description: "NotBefore is the time at which the certificate starts being valid"
description: "NotBefore is the time at which the certificate starts\nbeing valid"
format: "date-time"
type: "string"
ready:
Expand Down
Loading

0 comments on commit 80c8d06

Please sign in to comment.