Documentation
¶
Index ¶
Constants ¶
View Source
const ( // owner: @sttts, @nikhita // alpha: v1.8 // beta: v1.9 // GA: v1.16 // // CustomResourceValidation is a list of validation methods for CustomResources CustomResourceValidation featuregate.Feature = "CustomResourceValidation" // owner: @roycaihw, @sttts // alpha: v1.14 // beta: v1.15 // GA: v1.16 // // CustomResourcePublishOpenAPI enables publishing of CRD OpenAPI specs. CustomResourcePublishOpenAPI featuregate.Feature = "CustomResourcePublishOpenAPI" // owner: @sttts, @nikhita // alpha: v1.10 // beta: v1.11 // GA: v1.16 // // CustomResourceSubresources defines the subresources for CustomResources CustomResourceSubresources featuregate.Feature = "CustomResourceSubresources" // owner: @mbohlool, @roycaihw // alpha: v1.13 // beta: v1.15 // GA: v1.16 // // CustomResourceWebhookConversion defines the webhook conversion for Custom Resources. CustomResourceWebhookConversion featuregate.Feature = "CustomResourceWebhookConversion" // owner: @sttts // alpha: v1.15 // // CustomResourceDefaulting enables OpenAPI defaulting in CustomResources. CustomResourceDefaulting featuregate.Feature = "CustomResourceDefaulting" )
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.