You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/crd/bases/sample-issuer.example.com_clusterissuers.yaml
+26-18Lines changed: 26 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
-
2
1
---
3
2
apiVersion: apiextensions.k8s.io/v1
4
3
kind: CustomResourceDefinition
5
4
metadata:
6
5
annotations:
7
-
controller-gen.kubebuilder.io/version: v0.5.0
6
+
controller-gen.kubebuilder.io/version: v0.11.3
8
7
creationTimestamp: null
9
8
name: clusterissuers.sample-issuer.example.com
10
9
spec:
@@ -22,21 +21,30 @@ spec:
22
21
description: ClusterIssuer is the Schema for the clusterissuers API
23
22
properties:
24
23
apiVersion:
25
-
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'
24
+
description: 'APIVersion defines the versioned schema of this representation
25
+
of an object. Servers should convert recognized schemas to the latest
26
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
27
type: string
27
28
kind:
28
-
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'
29
+
description: 'Kind is a string value representing the REST resource this
30
+
object represents. Servers may infer this from the endpoint the client
31
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
29
32
type: string
30
33
metadata:
31
34
type: object
32
35
spec:
33
36
description: IssuerSpec defines the desired state of Issuer
34
37
properties:
35
38
authSecretName:
36
-
description: A reference to a Secret in the same namespace as the referent. If the referent is a ClusterIssuer, the reference instead refers to the resource with the given name in the configured 'cluster resource namespace', which is set as a flag on the controller component (and defaults to the namespace that the controller runs in).
39
+
description: A reference to a Secret in the same namespace as the
40
+
referent. If the referent is a ClusterIssuer, the reference instead
41
+
refers to the resource with the given name in the configured 'cluster
42
+
resource namespace', which is set as a flag on the controller component
43
+
(and defaults to the namespace that the controller runs in).
37
44
type: string
38
45
url:
39
-
description: 'URL is the base URL for the endpoint of the signing service, for example: "https://sample-signer.example.com/api".'
46
+
description: 'URL is the base URL for the endpoint of the signing
47
+
service, for example: "https://sample-signer.example.com/api".'
40
48
type: string
41
49
required:
42
50
- authSecretName
@@ -46,22 +54,28 @@ spec:
46
54
description: IssuerStatus defines the observed state of Issuer
47
55
properties:
48
56
conditions:
49
-
description: List of status conditions to indicate the status of a CertificateRequest. Known condition types are `Ready`.
57
+
description: List of status conditions to indicate the status of a
58
+
CertificateRequest. Known condition types are `Ready`.
50
59
items:
51
-
description: IssuerCondition contains condition information for an Issuer.
60
+
description: IssuerCondition contains condition information for
61
+
an Issuer.
52
62
properties:
53
63
lastTransitionTime:
54
-
description: LastTransitionTime is the timestamp corresponding to the last status change of this condition.
64
+
description: LastTransitionTime is the timestamp corresponding
65
+
to the last status change of this condition.
55
66
format: date-time
56
67
type: string
57
68
message:
58
-
description: Message is a human readable description of the details of the last transition, complementing reason.
69
+
description: Message is a human readable description of the
70
+
details of the last transition, complementing reason.
59
71
type: string
60
72
reason:
61
-
description: Reason is a brief machine readable explanation for the condition's last transition.
73
+
description: Reason is a brief machine readable explanation
74
+
for the condition's last transition.
62
75
type: string
63
76
status:
64
-
description: Status of the condition, one of ('True', 'False', 'Unknown').
77
+
description: Status of the condition, one of ('True', 'False',
Copy file name to clipboardExpand all lines: config/crd/bases/sample-issuer.example.com_issuers.yaml
+26-18Lines changed: 26 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
-
2
1
---
3
2
apiVersion: apiextensions.k8s.io/v1
4
3
kind: CustomResourceDefinition
5
4
metadata:
6
5
annotations:
7
-
controller-gen.kubebuilder.io/version: v0.5.0
6
+
controller-gen.kubebuilder.io/version: v0.11.3
8
7
creationTimestamp: null
9
8
name: issuers.sample-issuer.example.com
10
9
spec:
@@ -22,21 +21,30 @@ spec:
22
21
description: Issuer is the Schema for the issuers API
23
22
properties:
24
23
apiVersion:
25
-
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'
24
+
description: 'APIVersion defines the versioned schema of this representation
25
+
of an object. Servers should convert recognized schemas to the latest
26
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
27
type: string
27
28
kind:
28
-
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'
29
+
description: 'Kind is a string value representing the REST resource this
30
+
object represents. Servers may infer this from the endpoint the client
31
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
29
32
type: string
30
33
metadata:
31
34
type: object
32
35
spec:
33
36
description: IssuerSpec defines the desired state of Issuer
34
37
properties:
35
38
authSecretName:
36
-
description: A reference to a Secret in the same namespace as the referent. If the referent is a ClusterIssuer, the reference instead refers to the resource with the given name in the configured 'cluster resource namespace', which is set as a flag on the controller component (and defaults to the namespace that the controller runs in).
39
+
description: A reference to a Secret in the same namespace as the
40
+
referent. If the referent is a ClusterIssuer, the reference instead
41
+
refers to the resource with the given name in the configured 'cluster
42
+
resource namespace', which is set as a flag on the controller component
43
+
(and defaults to the namespace that the controller runs in).
37
44
type: string
38
45
url:
39
-
description: 'URL is the base URL for the endpoint of the signing service, for example: "https://sample-signer.example.com/api".'
46
+
description: 'URL is the base URL for the endpoint of the signing
47
+
service, for example: "https://sample-signer.example.com/api".'
40
48
type: string
41
49
required:
42
50
- authSecretName
@@ -46,22 +54,28 @@ spec:
46
54
description: IssuerStatus defines the observed state of Issuer
47
55
properties:
48
56
conditions:
49
-
description: List of status conditions to indicate the status of a CertificateRequest. Known condition types are `Ready`.
57
+
description: List of status conditions to indicate the status of a
58
+
CertificateRequest. Known condition types are `Ready`.
50
59
items:
51
-
description: IssuerCondition contains condition information for an Issuer.
60
+
description: IssuerCondition contains condition information for
61
+
an Issuer.
52
62
properties:
53
63
lastTransitionTime:
54
-
description: LastTransitionTime is the timestamp corresponding to the last status change of this condition.
64
+
description: LastTransitionTime is the timestamp corresponding
65
+
to the last status change of this condition.
55
66
format: date-time
56
67
type: string
57
68
message:
58
-
description: Message is a human readable description of the details of the last transition, complementing reason.
69
+
description: Message is a human readable description of the
70
+
details of the last transition, complementing reason.
59
71
type: string
60
72
reason:
61
-
description: Reason is a brief machine readable explanation for the condition's last transition.
73
+
description: Reason is a brief machine readable explanation
74
+
for the condition's last transition.
62
75
type: string
63
76
status:
64
-
description: Status of the condition, one of ('True', 'False', 'Unknown').
77
+
description: Status of the condition, one of ('True', 'False',
0 commit comments