public static interface V1alpha1Imagepolicy.ImageReviewSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAnnotations(String key)
Annotations is a list of key-value pairs extracted from the Pod's annotations.
|
Map<String,String> |
getAnnotations()
Deprecated.
|
int |
getAnnotationsCount()
Annotations is a list of key-value pairs extracted from the Pod's annotations.
|
Map<String,String> |
getAnnotationsMap()
Annotations is a list of key-value pairs extracted from the Pod's annotations.
|
String |
getAnnotationsOrDefault(String key,
String defaultValue)
Annotations is a list of key-value pairs extracted from the Pod's annotations.
|
String |
getAnnotationsOrThrow(String key)
Annotations is a list of key-value pairs extracted from the Pod's annotations.
|
V1alpha1Imagepolicy.ImageReviewContainerSpec |
getContainers(int index)
Containers is a list of a subset of the information in each container of the Pod being created.
|
int |
getContainersCount()
Containers is a list of a subset of the information in each container of the Pod being created.
|
List<V1alpha1Imagepolicy.ImageReviewContainerSpec> |
getContainersList()
Containers is a list of a subset of the information in each container of the Pod being created.
|
V1alpha1Imagepolicy.ImageReviewContainerSpecOrBuilder |
getContainersOrBuilder(int index)
Containers is a list of a subset of the information in each container of the Pod being created.
|
List<? extends V1alpha1Imagepolicy.ImageReviewContainerSpecOrBuilder> |
getContainersOrBuilderList()
Containers is a list of a subset of the information in each container of the Pod being created.
|
String |
getNamespace()
Namespace is the namespace the pod is being created in.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Namespace is the namespace the pod is being created in.
|
boolean |
hasNamespace()
Namespace is the namespace the pod is being created in.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1alpha1Imagepolicy.ImageReviewContainerSpec> getContainersList()
Containers is a list of a subset of the information in each container of the Pod being created. +optional
repeated .k8s.io.api.imagepolicy.v1alpha1.ImageReviewContainerSpec containers = 1;V1alpha1Imagepolicy.ImageReviewContainerSpec getContainers(int index)
Containers is a list of a subset of the information in each container of the Pod being created. +optional
repeated .k8s.io.api.imagepolicy.v1alpha1.ImageReviewContainerSpec containers = 1;int getContainersCount()
Containers is a list of a subset of the information in each container of the Pod being created. +optional
repeated .k8s.io.api.imagepolicy.v1alpha1.ImageReviewContainerSpec containers = 1;List<? extends V1alpha1Imagepolicy.ImageReviewContainerSpecOrBuilder> getContainersOrBuilderList()
Containers is a list of a subset of the information in each container of the Pod being created. +optional
repeated .k8s.io.api.imagepolicy.v1alpha1.ImageReviewContainerSpec containers = 1;V1alpha1Imagepolicy.ImageReviewContainerSpecOrBuilder getContainersOrBuilder(int index)
Containers is a list of a subset of the information in each container of the Pod being created. +optional
repeated .k8s.io.api.imagepolicy.v1alpha1.ImageReviewContainerSpec containers = 1;int getAnnotationsCount()
Annotations is a list of key-value pairs extracted from the Pod's annotations. It only includes keys which match the pattern `*.image-policy.k8s.io/*`. It is up to each webhook backend to determine how to interpret these annotations, if at all. +optional
map<string, string> annotations = 2;boolean containsAnnotations(String key)
Annotations is a list of key-value pairs extracted from the Pod's annotations. It only includes keys which match the pattern `*.image-policy.k8s.io/*`. It is up to each webhook backend to determine how to interpret these annotations, if at all. +optional
map<string, string> annotations = 2;@Deprecated Map<String,String> getAnnotations()
getAnnotationsMap() instead.Map<String,String> getAnnotationsMap()
Annotations is a list of key-value pairs extracted from the Pod's annotations. It only includes keys which match the pattern `*.image-policy.k8s.io/*`. It is up to each webhook backend to determine how to interpret these annotations, if at all. +optional
map<string, string> annotations = 2;String getAnnotationsOrDefault(String key, String defaultValue)
Annotations is a list of key-value pairs extracted from the Pod's annotations. It only includes keys which match the pattern `*.image-policy.k8s.io/*`. It is up to each webhook backend to determine how to interpret these annotations, if at all. +optional
map<string, string> annotations = 2;String getAnnotationsOrThrow(String key)
Annotations is a list of key-value pairs extracted from the Pod's annotations. It only includes keys which match the pattern `*.image-policy.k8s.io/*`. It is up to each webhook backend to determine how to interpret these annotations, if at all. +optional
map<string, string> annotations = 2;boolean hasNamespace()
Namespace is the namespace the pod is being created in. +optional
optional string namespace = 3;String getNamespace()
Namespace is the namespace the pod is being created in. +optional
optional string namespace = 3;com.google.protobuf.ByteString getNamespaceBytes()
Namespace is the namespace the pod is being created in. +optional
optional string namespace = 3;Copyright © 2018. All rights reserved.