Package io.kubernetes.client.proto
Interface V1alpha1Imagepolicy.ImageReviewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1alpha1Imagepolicy.ImageReview,V1alpha1Imagepolicy.ImageReview.Builder
- Enclosing class:
- V1alpha1Imagepolicy
public static interface V1alpha1Imagepolicy.ImageReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object's metadata.Standard object's metadata.getSpec()Spec holds information about the pod being evaluatedSpec holds information about the pod being evaluatedStatus is filled in by the backend and indicates whether the pod should be allowed.Status is filled in by the backend and indicates whether the pod should be allowed.booleanStandard object's metadata.booleanhasSpec()Spec holds information about the pod being evaluatedbooleanStatus is filled in by the backend and indicates whether the pod should be allowed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadata
Meta.ObjectMeta getMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
hasSpec
boolean hasSpec()Spec holds information about the pod being evaluated
optional .k8s.io.api.imagepolicy.v1alpha1.ImageReviewSpec spec = 2; -
getSpec
V1alpha1Imagepolicy.ImageReviewSpec getSpec()Spec holds information about the pod being evaluated
optional .k8s.io.api.imagepolicy.v1alpha1.ImageReviewSpec spec = 2; -
getSpecOrBuilder
V1alpha1Imagepolicy.ImageReviewSpecOrBuilder getSpecOrBuilder()Spec holds information about the pod being evaluated
optional .k8s.io.api.imagepolicy.v1alpha1.ImageReviewSpec spec = 2; -
hasStatus
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; -
getStatus
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; -
getStatusOrBuilder
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;
-