Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterRoleBindingType ¶
type ClusterRoleBindingType *rbacv1.ClusterRoleBinding
type ClusterRoleType ¶
type ClusterRoleType *rbacv1.ClusterRole
type ContainerType ¶
type EndpointType ¶
type EndpointType *discoveryv1.EndpointSlice
type InputType ¶
type InputType interface { PodType | NodeType | ContainerType | VolumeMountType | RoleType | RoleBindingType | ClusterRoleType | ClusterRoleBindingType | EndpointType }
type ListInputType ¶
type ListInputType interface { corev1.PodList | corev1.NodeList | rbacv1.RoleList | rbacv1.RoleBindingList | rbacv1.ClusterRoleList | rbacv1.ClusterRoleBindingList | discoveryv1.EndpointSliceList }
type RoleBindingType ¶
type RoleBindingType *rbacv1.RoleBinding
type VolumeMountType ¶
type VolumeMountType *corev1.VolumeMount
Click to show internal directories.
Click to hide internal directories.