Documentation ¶
Index ¶
- Constants
- func ConfigMapEnvSourceMask(in *corev1.ConfigMapEnvSource) *corev1.ConfigMapEnvSource
- func ConfigMapKeySelectorMask(in *corev1.ConfigMapKeySelector) *corev1.ConfigMapKeySelector
- func ConfigMapProjectionMask(in *corev1.ConfigMapProjection) *corev1.ConfigMapProjection
- func ContainerMask(in *corev1.Container) *corev1.Container
- func ContainerPortMask(in *corev1.ContainerPort) *corev1.ContainerPort
- func EnvFromSourceMask(in *corev1.EnvFromSource) *corev1.EnvFromSource
- func EnvVarMask(in *corev1.EnvVar) *corev1.EnvVar
- func EnvVarSourceMask(in *corev1.EnvVarSource) *corev1.EnvVarSource
- func ExecActionMask(in *corev1.ExecAction) *corev1.ExecAction
- func HTTPGetActionMask(in *corev1.HTTPGetAction) *corev1.HTTPGetAction
- func HandlerMask(in *corev1.Handler) *corev1.Handler
- func KeyToPathMask(in *corev1.KeyToPath) *corev1.KeyToPath
- func LocalObjectReferenceMask(in *corev1.LocalObjectReference) *corev1.LocalObjectReference
- func NamespacedObjectReferenceMask(in *corev1.ObjectReference) *corev1.ObjectReference
- func PodSpecMask(in *corev1.PodSpec) *corev1.PodSpec
- func ProbeMask(in *corev1.Probe) *corev1.Probe
- func ResourceRequirementsMask(in *corev1.ResourceRequirements) *corev1.ResourceRequirements
- func SecretEnvSourceMask(in *corev1.SecretEnvSource) *corev1.SecretEnvSource
- func SecretKeySelectorMask(in *corev1.SecretKeySelector) *corev1.SecretKeySelector
- func SecretProjectionMask(in *corev1.SecretProjection) *corev1.SecretProjection
- func SecurityContextMask(in *corev1.SecurityContext) *corev1.SecurityContext
- func TCPSocketActionMask(in *corev1.TCPSocketAction) *corev1.TCPSocketAction
- func ValidateContainer(container corev1.Container, volumes sets.String) *apis.FieldError
- func ValidateNamespacedObjectReference(p *corev1.ObjectReference) *apis.FieldError
- func ValidateObjectMetadata(meta metav1.Object) *apis.FieldError
- func ValidatePodSpec(ps corev1.PodSpec) *apis.FieldError
- func ValidateVolumes(vs []corev1.Volume) (sets.String, *apis.FieldError)
- func VolumeMask(in *corev1.Volume) *corev1.Volume
- func VolumeMountMask(in *corev1.VolumeMount) *corev1.VolumeMount
- func VolumeProjectionMask(in *corev1.VolumeProjection) *corev1.VolumeProjection
- func VolumeSourceMask(in *corev1.VolumeSource) *corev1.VolumeSource
Constants ¶
const ( GroupName = "serving.knative.dev" // ConfigurationLabelKey is the label key attached to a Revision indicating by // which Configuration it is created. ConfigurationLabelKey = GroupName + "/configuration" // RevisionLastPinnedAnnotationKey is the annotation key used for determining when a route has // pinned a revision RevisionLastPinnedAnnotationKey = GroupName + "/lastPinned" // RouteLabelKey is the label key attached to a Configuration indicating by // which Route it is configured as traffic target. // The key can also be attached to ClusterIngress resources to indicate // which Route triggered their creation. RouteLabelKey = GroupName + "/route" // RouteNamespaceLabelKey is the label key attached to a ClusterIngress // by a Route to indicate which namespace the Route was created in. RouteNamespaceLabelKey = GroupName + "/routeNamespace" // RevisionLabelKey is the label key attached to k8s resources to indicate // which Revision triggered their creation. RevisionLabelKey = GroupName + "/revision" // RevisionUID is the label key attached to a revision to indicate // its unique identifier RevisionUID = GroupName + "/revisionUID" // ServiceLabelKey is the label key attached to a Route and Configuration indicating by // which Service they are created. ServiceLabelKey = GroupName + "/service" // ConfigurationGenerationLabelKey is the label key attached to a Revision indicating the // metadata generation of the Configuration that created this revision ConfigurationGenerationLabelKey = GroupName + "/configurationGeneration" // CreatorAnnotation is the annotation key to describe the user that // created the resource. CreatorAnnotation = GroupName + "/creator" // UpdaterAnnotation is the annotation key to describe the user that // last updated the resource. UpdaterAnnotation = GroupName + "/lastModifier" // QueueSideCarResourcePercentageAnnotation is the percentage of user container resources to be used for queue-proxy // It has to be in [0.1,100] QueueSideCarResourcePercentageAnnotation = "queue.sidecar." + GroupName + "/resourcePercentage" )
Variables ¶
This section is empty.
Functions ¶
func ConfigMapEnvSourceMask ¶ added in v0.6.0
func ConfigMapEnvSourceMask(in *corev1.ConfigMapEnvSource) *corev1.ConfigMapEnvSource
ConfigMapEnvSourceMask performs a _shallow_ copy of the Kubernetes ConfigMapEnvSource object to a new Kubernetes ConfigMapEnvSource object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func ConfigMapKeySelectorMask ¶ added in v0.6.0
func ConfigMapKeySelectorMask(in *corev1.ConfigMapKeySelector) *corev1.ConfigMapKeySelector
ConfigMapKeySelectorMask performs a _shallow_ copy of the Kubernetes ConfigMapKeySelector object to a new Kubernetes ConfigMapKeySelector object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func ConfigMapProjectionMask ¶ added in v0.7.0
func ConfigMapProjectionMask(in *corev1.ConfigMapProjection) *corev1.ConfigMapProjection
ConfigMapProjectionMask performs a _shallow_ copy of the Kubernetes ConfigMapProjection object to a new Kubernetes ConfigMapProjection object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func ContainerMask ¶ added in v0.6.0
ContainerMask performs a _shallow_ copy of the Kubernetes Container object to a new Kubernetes Container object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func ContainerPortMask ¶ added in v0.6.0
func ContainerPortMask(in *corev1.ContainerPort) *corev1.ContainerPort
ContainerPortMask performs a _shallow_ copy of the Kubernetes ContainerPort object to a new Kubernetes ContainerPort object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func EnvFromSourceMask ¶ added in v0.6.0
func EnvFromSourceMask(in *corev1.EnvFromSource) *corev1.EnvFromSource
EnvFromSourceMask performs a _shallow_ copy of the Kubernetes EnvFromSource object to a new Kubernetes EnvFromSource object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func EnvVarMask ¶ added in v0.6.0
EnvVarMask performs a _shallow_ copy of the Kubernetes EnvVar object to a new Kubernetes EnvVar object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func EnvVarSourceMask ¶ added in v0.6.0
func EnvVarSourceMask(in *corev1.EnvVarSource) *corev1.EnvVarSource
EnvVarSourceMask performs a _shallow_ copy of the Kubernetes EnvVarSource object to a new Kubernetes EnvVarSource object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func ExecActionMask ¶ added in v0.6.0
func ExecActionMask(in *corev1.ExecAction) *corev1.ExecAction
ExecActionMask performs a _shallow_ copy of the Kubernetes ExecAction object to a new Kubernetes ExecAction object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func HTTPGetActionMask ¶ added in v0.6.0
func HTTPGetActionMask(in *corev1.HTTPGetAction) *corev1.HTTPGetAction
HTTPGetActionMask performs a _shallow_ copy of the Kubernetes HTTPGetAction object to a new Kubernetes HTTPGetAction object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func HandlerMask ¶ added in v0.6.0
HandlerMask performs a _shallow_ copy of the Kubernetes Handler object to a new Kubernetes Handler object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func KeyToPathMask ¶ added in v0.7.0
KeyToPathMask performs a _shallow_ copy of the Kubernetes KeyToPath object to a new Kubernetes KeyToPath object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func LocalObjectReferenceMask ¶ added in v0.6.0
func LocalObjectReferenceMask(in *corev1.LocalObjectReference) *corev1.LocalObjectReference
LocalObjectReferenceMask performs a _shallow_ copy of the Kubernetes LocalObjectReference object to a new Kubernetes LocalObjectReference object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func NamespacedObjectReferenceMask ¶ added in v0.6.0
func NamespacedObjectReferenceMask(in *corev1.ObjectReference) *corev1.ObjectReference
NamespacedObjectReferenceMask performs a _shallow_ copy of the Kubernetes ObjectReference object to a new Kubernetes ObjectReference object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func PodSpecMask ¶ added in v0.6.0
PodSpecMask performs a _shallow_ copy of the Kubernetes PodSpec object to a new Kubernetes PodSpec object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func ProbeMask ¶ added in v0.6.0
ProbeMask performs a _shallow_ copy of the Kubernetes Probe object to a new Kubernetes Probe object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func ResourceRequirementsMask ¶ added in v0.6.0
func ResourceRequirementsMask(in *corev1.ResourceRequirements) *corev1.ResourceRequirements
ResourceRequirementsMask performs a _shallow_ copy of the Kubernetes ResourceRequirements object to a new Kubernetes ResourceRequirements object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func SecretEnvSourceMask ¶ added in v0.6.0
func SecretEnvSourceMask(in *corev1.SecretEnvSource) *corev1.SecretEnvSource
SecretEnvSourceMask performs a _shallow_ copy of the Kubernetes SecretEnvSource object to a new Kubernetes SecretEnvSource object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func SecretKeySelectorMask ¶ added in v0.6.0
func SecretKeySelectorMask(in *corev1.SecretKeySelector) *corev1.SecretKeySelector
SecretKeySelectorMask performs a _shallow_ copy of the Kubernetes SecretKeySelector object to a new Kubernetes SecretKeySelector object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func SecretProjectionMask ¶ added in v0.7.0
func SecretProjectionMask(in *corev1.SecretProjection) *corev1.SecretProjection
SecretProjectionMask performs a _shallow_ copy of the Kubernetes SecretProjection object to a new Kubernetes SecretProjection object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func SecurityContextMask ¶ added in v0.6.0
func SecurityContextMask(in *corev1.SecurityContext) *corev1.SecurityContext
SecurityContextMask performs a _shallow_ copy of the Kubernetes SecurityContext object to a new Kubernetes SecurityContext object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func TCPSocketActionMask ¶ added in v0.6.0
func TCPSocketActionMask(in *corev1.TCPSocketAction) *corev1.TCPSocketAction
TCPSocketActionMask performs a _shallow_ copy of the Kubernetes TCPSocketAction object to a new Kubernetes TCPSocketAction object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func ValidateContainer ¶ added in v0.6.0
func ValidateNamespacedObjectReference ¶ added in v0.6.0
func ValidateNamespacedObjectReference(p *corev1.ObjectReference) *apis.FieldError
func ValidateObjectMetadata ¶ added in v0.6.0
func ValidateObjectMetadata(meta metav1.Object) *apis.FieldError
ValidateObjectMetadata validates that `metadata` stanza of the resources is correct.
func ValidatePodSpec ¶ added in v0.6.0
func ValidatePodSpec(ps corev1.PodSpec) *apis.FieldError
func ValidateVolumes ¶ added in v0.6.0
func VolumeMask ¶ added in v0.6.0
VolumeMask performs a _shallow_ copy of the Kubernetes Volume object to a new Kubernetes Volume object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func VolumeMountMask ¶ added in v0.6.0
func VolumeMountMask(in *corev1.VolumeMount) *corev1.VolumeMount
VolumeMountMask performs a _shallow_ copy of the Kubernetes VolumeMount object to a new Kubernetes VolumeMount object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func VolumeProjectionMask ¶ added in v0.7.0
func VolumeProjectionMask(in *corev1.VolumeProjection) *corev1.VolumeProjection
VolumeProjectionMask performs a _shallow_ copy of the Kubernetes VolumeProjection object to a new Kubernetes VolumeProjection object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
func VolumeSourceMask ¶ added in v0.6.0
func VolumeSourceMask(in *corev1.VolumeSource) *corev1.VolumeSource
VolumeSourceMask performs a _shallow_ copy of the Kubernetes VolumeSource object to a new Kubernetes VolumeSource object bringing over only the fields allowed in the Knative API. This does not validate the contents or the bounds of the provided fields.
Types ¶
This section is empty.