public static interface V1beta1Extensions.IngressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
V1beta1Extensions.IngressSpec |
getSpec()
Spec is the desired state of the Ingress.
|
V1beta1Extensions.IngressSpecOrBuilder |
getSpecOrBuilder()
Spec is the desired state of the Ingress.
|
V1beta1Extensions.IngressStatus |
getStatus()
Status is the current state of the Ingress.
|
V1beta1Extensions.IngressStatusOrBuilder |
getStatusOrBuilder()
Status is the current state of the Ingress.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasSpec()
Spec is the desired state of the Ingress.
|
boolean |
hasStatus()
Status is the current state of the Ingress.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.extensions.v1beta1.IngressSpec spec = 2;V1beta1Extensions.IngressSpec getSpec()
Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.extensions.v1beta1.IngressSpec spec = 2;V1beta1Extensions.IngressSpecOrBuilder getSpecOrBuilder()
Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.extensions.v1beta1.IngressSpec spec = 2;boolean hasStatus()
Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.extensions.v1beta1.IngressStatus status = 3;V1beta1Extensions.IngressStatus getStatus()
Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.extensions.v1beta1.IngressStatus status = 3;V1beta1Extensions.IngressStatusOrBuilder getStatusOrBuilder()
Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.extensions.v1beta1.IngressStatus status = 3;Copyright © 2021. All rights reserved.