Package k8s.io.api.networking.v1
Interface Generated.IngressOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.Ingress,Generated.Ingress.Builder
- Enclosing class:
- Generated
public static interface Generated.IngressOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.ObjectMetagetMetadata()Standard object's metadata.Generated.ObjectMetaOrBuildergetMetadataOrBuilder()Standard object's metadata.Generated.IngressSpecgetSpec()spec is the desired state of the Ingress.Generated.IngressSpecOrBuildergetSpecOrBuilder()spec is the desired state of the Ingress.Generated.IngressStatusgetStatus()status is the current state of the Ingress.Generated.IngressStatusOrBuildergetStatusOrBuilder()status is the current state of the Ingress.booleanhasMetadata()Standard object's metadata.booleanhasSpec()spec is the desired state of the Ingress.booleanhasStatus()status is the current state of the Ingress.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;- Returns:
- Whether the metadata field is set.
-
getMetadata
Generated.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;- Returns:
- The metadata.
-
getMetadataOrBuilder
Generated.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 is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.networking.v1.IngressSpec spec = 2;- Returns:
- Whether the spec field is set.
-
getSpec
Generated.IngressSpec getSpec()
spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.networking.v1.IngressSpec spec = 2;- Returns:
- The spec.
-
getSpecOrBuilder
Generated.IngressSpecOrBuilder getSpecOrBuilder()
spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.networking.v1.IngressSpec spec = 2;
-
hasStatus
boolean hasStatus()
status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.networking.v1.IngressStatus status = 3;- Returns:
- Whether the status field is set.
-
getStatus
Generated.IngressStatus getStatus()
status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.networking.v1.IngressStatus status = 3;- Returns:
- The status.
-
getStatusOrBuilder
Generated.IngressStatusOrBuilder getStatusOrBuilder()
status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.networking.v1.IngressStatus status = 3;
-
-