Documentation ¶
Index ¶
- func Apply(yaml string, namespace string) error
- func AuditSink(name string) auditSink
- func CertificateSigningRequest(name string) certificateSigningRequest
- func ClusterRole(name string) clusterRole
- func ClusterRoleBinding(name string) clusterRoleBinding
- func ComponentStatus(name string) componentStatus
- func ConfigMap(name string, namespace string) configMap
- func ControllerRevision(name string, namespace string) controllerRevision
- func Create(yaml string, namespace string) error
- func CronJob(name string, namespace string) cronJob
- func DaemonSet(name string, namespace string) daemonSet
- func Deployment(name string, namespace string) deployment
- func Endpoints(name string, namespace string) endpoints
- func Event(name string, namespace string) event
- func Eviction(name string, namespace string) eviction
- func HorizontalPodAutoscaler(name string, namespace string) horizontalPodAutoscaler
- func Ingress(name string, namespace string) ingress
- func InitializerConfiguration(name string) initializerConfiguration
- func Job(name string, namespace string) job
- func Lease(name string, namespace string) lease
- func LimitRange(name string, namespace string) limitRange
- func LocalSubjectAccessReview(name string, namespace string) localSubjectAccessReview
- func MutatingWebhookConfiguration(name string) mutatingWebhookConfiguration
- func Namespace(name string) namespace
- func NetworkPolicy(name string, namespace string) networkPolicy
- func Node(name string) node
- func PersistentVolume(name string) persistentVolume
- func PersistentVolumeClaim(name string, namespace string) persistentVolumeClaim
- func Pod(name string, namespace string, ContainerName ...string) pod
- func PodDisruptionBudget(name string, namespace string) podDisruptionBudget
- func PodPreset(name string, namespace string) podPreset
- func PodSecurityPolicy(name string) podSecurityPolicy
- func PodTemplate(name string, namespace string) podTemplate
- func PriorityClass(name string) priorityClass
- func ReplicaSet(name string, namespace string) replicaSet
- func ReplicationController(name string, namespace string) replicationController
- func ResourceQuota(name string, namespace string) resourceQuota
- func Role(name string, namespace string) role
- func RoleBinding(name string, namespace string) roleBinding
- func Secret(name string, namespace string) secret
- func SelfSubjectAccessReview(name string) selfSubjectAccessReview
- func SelfSubjectRulesReview(name string) selfSubjectRulesReview
- func Service(name string, namespace string) service
- func ServiceAccount(name string, namespace string) serviceAccount
- func StatefulSet(name string, namespace string) statefulSet
- func StorageClass(name string) storageClass
- func SubjectAccessReview(name string) subjectAccessReview
- func TokenReview(name string) tokenReview
- func ValidatingWebhookConfiguration(name string) validatingWebhookConfiguration
- func VolumeAttachment(name string) volumeAttachment
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CertificateSigningRequest ¶
func CertificateSigningRequest(name string) certificateSigningRequest
certificates.v1beta1
func ClusterRole ¶
func ClusterRole(name string) clusterRole
func ControllerRevision ¶
apps.v1
func Deployment ¶
func HorizontalPodAutoscaler ¶
autoscaling.v1
func InitializerConfiguration ¶
func InitializerConfiguration(name string) initializerConfiguration
admissionregistration.v1alpha1
func LimitRange ¶
func LocalSubjectAccessReview ¶
authorization.v1
func MutatingWebhookConfiguration ¶
func MutatingWebhookConfiguration(name string) mutatingWebhookConfiguration
admissionregistration.v1beta1
func PersistentVolume ¶
func PersistentVolume(name string) persistentVolume
func PersistentVolumeClaim ¶
func PodDisruptionBudget ¶
func PodSecurityPolicy ¶
func PodSecurityPolicy(name string) podSecurityPolicy
func PodTemplate ¶
func ReplicaSet ¶
func ReplicationController ¶
func ResourceQuota ¶
func RoleBinding ¶
func SelfSubjectAccessReview ¶
func SelfSubjectAccessReview(name string) selfSubjectAccessReview
func SelfSubjectRulesReview ¶
func SelfSubjectRulesReview(name string) selfSubjectRulesReview
func ServiceAccount ¶
func StatefulSet ¶
func SubjectAccessReview ¶
func SubjectAccessReview(name string) subjectAccessReview
func ValidatingWebhookConfiguration ¶
func ValidatingWebhookConfiguration(name string) validatingWebhookConfiguration
func VolumeAttachment ¶
func VolumeAttachment(name string) volumeAttachment
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.