avionix.kube.rbac¶
-
class
avionix.kube.rbac.ClusterRoleBindingList(metadata, items, api_version=None)¶ - Parameters
metadata (
ListMeta) – Standard object’s metadata.items (
List[ClusterRoleBinding]) – Items is a list of ClusterRoleBindingsapi_version (
Optional[str]) – 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 # noqa
-
class
avionix.kube.rbac.ClusterRoleList(metadata, items, api_version=None)¶ - Parameters
metadata (
ListMeta) – Standard object’s metadata.items (
List[ClusterRole]) – Items is a list of ClusterRolesapi_version (
Optional[str]) – 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 # noqa
-
class
avionix.kube.rbac.RoleBindingList(metadata, items, api_version=None)¶ - Parameters
metadata (
ListMeta) – Standard object’s metadata.items (
List[RoleBinding]) – Items is a list of RoleBindingsapi_version (
Optional[str]) – 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 # noqa
-
class
avionix.kube.rbac.RoleList(metadata, items, api_version=None)¶ - Parameters
metadata (
ListMeta) – Standard object’s metadata.items (
List[Role]) – Items is a list of Rolesapi_version (
Optional[str]) – 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 # noqa