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
{{ message }}
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
description: PassLess is the Schema for the passlesses API
18
-
properties:
19
-
apiVersion:
20
-
description: 'APIVersion defines the versioned schema of this representation
21
-
of an object. Servers should convert recognized schemas to the latest
22
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
-
type: string
24
-
kind:
25
-
description: 'Kind is a string value representing the REST resource this
26
-
object represents. Servers may infer this from the endpoint the client
27
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
28
-
type: string
29
-
metadata:
30
-
type: object
31
-
spec:
32
-
additionalProperties:
33
-
description: PassLessEntry contains a configuration for each secret value
34
-
to be generated
35
-
properties:
36
-
length:
37
-
description: Length defines a length of the passless secret.
38
-
type: integer
39
-
scope:
40
-
description: Scope defines a type of the passless secret.
41
-
type: string
42
-
version:
43
-
description: Version defines a incremental number of a passless secret.
44
-
To change secret increment this number.
45
-
type: integer
46
-
type: object
47
-
description: PassLessSpec defines the desired state of PassLess
48
-
type: object
49
-
status:
50
-
description: PassLessStatus defines the observed state of PassLess
51
-
type: string
52
-
type: object
53
-
version: v1alpha1
54
15
versions:
55
16
- name: v1alpha1
17
+
schema:
18
+
openAPIV3Schema:
19
+
description: PassLess is the Schema for the passlesses API.
20
+
properties:
21
+
apiVersion:
22
+
description: 'APIVersion defines the versioned schema of this representation
23
+
of an object. Servers should convert recognized schemas to the latest
24
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
25
+
type: string
26
+
kind:
27
+
description: 'Kind is a string value representing the REST resource this
28
+
object represents. Servers may infer this from the endpoint the client
29
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
type: string
31
+
metadata:
32
+
type: object
33
+
spec:
34
+
additionalProperties:
35
+
description: PassLessEntry contains a configuration for each secret
36
+
value to be generated.
37
+
properties:
38
+
length:
39
+
description: Length defines a length of the passless secret.
40
+
type: integer
41
+
scope:
42
+
description: Scope defines a type of the passless secret.
43
+
type: string
44
+
version:
45
+
description: Version defines an incremental number of a passless
46
+
secret. To change secret increment this number.
47
+
type: integer
48
+
type: object
49
+
description: PassLessSpec defines the desired state of PassLess.
50
+
type: object
51
+
status:
52
+
description: PassLessStatus defines the observed state of PassLess.
0 commit comments