public static interface V1alpha1Imagepolicy.ImageReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
+optional
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
+optional
|
V1alpha1Imagepolicy.ImageReviewSpec |
getSpec()
Spec holds information about the pod being evaluated
|
V1alpha1Imagepolicy.ImageReviewSpecOrBuilder |
getSpecOrBuilder()
Spec holds information about the pod being evaluated
|
V1alpha1Imagepolicy.ImageReviewStatus |
getStatus()
Status is filled in by the backend and indicates whether the pod should be allowed.
|
V1alpha1Imagepolicy.ImageReviewStatusOrBuilder |
getStatusOrBuilder()
Status is filled in by the backend and indicates whether the pod should be allowed.
|
boolean |
hasMetadata()
+optional
|
boolean |
hasSpec()
Spec holds information about the pod being evaluated
|
boolean |
hasStatus()
Status is filled in by the backend and indicates whether the pod should be allowed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
Spec holds information about the pod being evaluated
optional .k8s.io.api.imagepolicy.v1alpha1.ImageReviewSpec spec = 2;V1alpha1Imagepolicy.ImageReviewSpec getSpec()
Spec holds information about the pod being evaluated
optional .k8s.io.api.imagepolicy.v1alpha1.ImageReviewSpec spec = 2;V1alpha1Imagepolicy.ImageReviewSpecOrBuilder getSpecOrBuilder()
Spec holds information about the pod being evaluated
optional .k8s.io.api.imagepolicy.v1alpha1.ImageReviewSpec spec = 2;boolean hasStatus()
Status is filled in by the backend and indicates whether the pod should be allowed. +optional
optional .k8s.io.api.imagepolicy.v1alpha1.ImageReviewStatus status = 3;V1alpha1Imagepolicy.ImageReviewStatus getStatus()
Status is filled in by the backend and indicates whether the pod should be allowed. +optional
optional .k8s.io.api.imagepolicy.v1alpha1.ImageReviewStatus status = 3;V1alpha1Imagepolicy.ImageReviewStatusOrBuilder getStatusOrBuilder()
Status is filled in by the backend and indicates whether the pod should be allowed. +optional
optional .k8s.io.api.imagepolicy.v1alpha1.ImageReviewStatus status = 3;Copyright © 2019. All rights reserved.