networking.internal.knative.dev / v1alpha1 / Certificate
- string
.apiVersion
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
- string
.kind
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
- object
.metadata
- object
.spec
Spec is the desired state of the Certificate. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- array required
.spec .dnsNames
DNSNames is a list of DNS names the Certificate could support. The wildcard format of DNSNames (e.g. *.default.example.com) is supported.
- string
.spec .domain
Domain is the top level domain of the values for DNSNames.
- string required
.spec .secretName
SecretName is the name of the secret resource to store the SSL certificate in.
- object
.status
Status is the current state of the Certificate. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- object
.status .annotations
Annotations is additional Status fields for the Resource to save some additional State as well as convey more information to the user. This is roughly akin to Annotations on any k8s resource, just the reconciler conveying richer information outwards.
- array
.status .conditions
Conditions the latest available observations of a resource’s current state.
- string
.status .conditions[] .lastTransitionTime
LastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant).
- string
.status .conditions[] .message
A human readable message indicating details about the transition.
- string
.status .conditions[] .reason
The reason for the condition’s last transition.
- string
.status .conditions[] .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string required
.status .conditions[] .status
Status of the condition, one of True, False, Unknown.
- string required
.status .conditions[] .type
Type of condition.
- array
.status .http01Challenges
HTTP01Challenges is a list of HTTP01 challenges that need to be fulfilled in order to get the TLS certificate..
- string
.status .http01Challenges[] .serviceName
ServiceName is the name of the service to serve HTTP01 challenge requests.
- string
.status .http01Challenges[] .serviceNamespace
ServiceNamespace is the namespace of the service to serve HTTP01 challenge requests.
- integer | string
.status .http01Challenges[] .servicePort
ServicePort is the port of the service to serve HTTP01 challenge requests.
- string
.status .http01Challenges[] .url
URL is the URL that the HTTP01 challenge is expected to serve on.
- string
.status .notAfter
The expiration time of the TLS certificate stored in the secret named by this resource in spec.secretName.
- integer
.status .observedGeneration
ObservedGeneration is the ‘Generation’ of the Service that was last processed by the controller.