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
description: Group is the Schema for the Groups API
22
21
properties:
23
22
apiVersion:
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'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
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'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
36
type: string
33
37
metadata:
34
38
type: object
35
39
spec:
36
-
description: "GroupSpec defines the desired state of Group. \n Contains
37
-
information about an IAM group entity. \n This data type is used as
38
-
a response element in the following operations: \n - CreateGroup \n
39
-
- GetGroup \n - ListGroups"
40
+
description: |-
41
+
GroupSpec defines the desired state of Group.
42
+
43
+
44
+
Contains information about an IAM group entity.
45
+
46
+
47
+
This data type is used as a response element in the following operations:
48
+
49
+
50
+
- CreateGroup
51
+
52
+
53
+
- GetGroup
54
+
55
+
56
+
- ListGroups
40
57
properties:
41
58
inlinePolicies:
42
59
additionalProperties:
43
60
type: string
44
61
type: object
45
62
name:
46
-
description: "The name of the group to create. Do not include the
47
-
path in this value. \n IAM user, group, role, and policy names must
48
-
be unique within the account. Names are not distinguished by case.
49
-
For example, you cannot create resources named both \"MyResource\"
50
-
and \"myresource\"."
63
+
description: |-
64
+
The name of the group to create. Do not include the path in this value.
65
+
66
+
67
+
IAM user, group, role, and policy names must be unique within the account.
68
+
Names are not distinguished by case. For example, you cannot create resources
69
+
named both "MyResource" and "myresource".
51
70
type: string
52
71
path:
53
-
description: "The path to the group. For more information about paths,
54
-
see IAM identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html)
55
-
in the IAM User Guide. \n This parameter is optional. If it is not
56
-
included, it defaults to a slash (/). \n This parameter allows (through
57
-
its regex pattern (http://wikipedia.org/wiki/regex)) a string of
58
-
characters consisting of either a forward slash (/) by itself or
59
-
a string that must begin and end with forward slashes. In addition,
60
-
it can contain any ASCII character from the ! (\\u0021) through
61
-
the DEL character (\\u007F), including most punctuation characters,
62
-
digits, and upper and lowercased letters."
72
+
description: |-
73
+
The path to the group. For more information about paths, see IAM identifiers
0 commit comments