Documentation
¶
Index ¶
Constants ¶
View Source
const ( ActionCordoned string = "Cordoned" ActionUncordoned string = "UnCordoned" ActionReconciled string = "Reconciled" ActionDisassociating string = "Disassociating" ActionMutated string = "Mutated" ActionValidationDenied string = "ValidationDenied" )
View Source
const ( // Generic. ReasonTenantResourceWriteOp string = "TenantResourceWriteOp" ReasonOverprovision string = "Overprovisioned" ReasonCordoning string = "Cordoned" // ForbiddenLabelReason used as reason string to deny forbidden labels. ReasonForbiddenLabel string = "ForbiddenLabel" // ForbiddenAnnotationReason used as reason string to deny forbidden annotations. ReasonForbiddenAnnotation string = "ForbiddenAnnotation" // Namespace. ReasonNamespaceHijack string = "ReasonNamespacePatch" // Tenant. ReasonTenantDefaulted string = "TenantDefaulted" ReasonTenantAssigned string = "TenantAssigned" ReasonInvalidTenantPrefix string = "InvalidTenantPrefix" ReasonPromotionDenied string = "ReasonPromotionDenied" // Classes. ReasonMissingStorageClass string = "MissingStorageClass" ReasonForbiddenStorageClass string = "ForbiddenStorageClass" ReasonForbiddenPriorityClass string = "ForbiddenPriorityClass" ReasonForbiddenRuntimeClass string = "ForbiddenRuntimeClass" ReasonForbiddenIngressClass string = "ForbiddenIngressClass" ReasonMissingIngressClass string = "MissingIngressClass" ReasonForbiddenGatewayClass string = "ForbiddenGatewayClass" ReasonMissingGatewayClass string = "MissingGatewayClass" ReasonMissingDeviceClass string = "MissingDeviceClass" ReasonForbiddenDeviceClass string = "ForbiddenDeviceClass" // Pods. ReasonMissingFQCI string = "MissingFQCI" ReasonForbiddenContainerRegistry string = "ForbiddenContainerRegistry" ReasonForbiddenPullPolicy string = "ForbiddenPullPolicy" ReasonForbiddenPodQoSClass string = "ForbiddenPodQoSClass" // Ingress. ReasonWildcardDenied string = "WildcardDenied" ReasonIngressHostnameNotValid string = "IngressHostnameNotValid" ReasonIngressHostnameEmpty string = "IngressHostnameEmpty" ReasonIngressHostnameCollision string = "IngressHostnameCollision" // Services. ReasonForbiddenExternalServiceIP string = "ForbiddenExternalServiceIP" ReasonForbiddenLoadBalancer string = "ForbiddenLoadBalancer" ReasonForbiddenExternalName string = "ForbiddenExternalName" ReasonForbiddenNodePort string = "ForbiddenNodePort" // Storage. ReasonCrossTenantReference string = "CrossTenantReference" // ResourcePools. ReasonDisassociated string = "Disassociated" // CustomQuotas. ReasonUsageCalculationFailed = "UsageCalculationFailed" ReasonQuotaExceeded = "QuotaExceeded" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.