public interface LoadBalancerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsOptions(java.lang.String key)
map<string, string> options = 5; |
long |
getCreationTimestamp()
optional int64 creation_timestamp = 4; |
java.lang.String |
getJson()
optional string json = 8; |
com.google.protobuf.ByteString |
getJsonBytes()
optional string json = 8; |
java.lang.String |
getKind()
'kind' defines is it the regular kubernetes instance or the
appscode superset called Extended Ingress.
|
com.google.protobuf.ByteString |
getKindBytes()
'kind' defines is it the regular kubernetes instance or the
appscode superset called Extended Ingress.
|
java.lang.String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
java.lang.String |
getNamespace()
optional string namespace = 3; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 3; |
java.util.Map<java.lang.String,java.lang.String> |
getOptions()
Deprecated.
|
int |
getOptionsCount()
map<string, string> options = 5; |
java.util.Map<java.lang.String,java.lang.String> |
getOptionsMap()
map<string, string> options = 5; |
java.lang.String |
getOptionsOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> options = 5; |
java.lang.String |
getOptionsOrThrow(java.lang.String key)
map<string, string> options = 5; |
Spec |
getSpec()
optional .appscode.kubernetes.v1beta1.Spec spec = 6; |
SpecOrBuilder |
getSpecOrBuilder()
optional .appscode.kubernetes.v1beta1.Spec spec = 6; |
Status |
getStatus()
optional .appscode.kubernetes.v1beta1.Status status = 7; |
StatusOrBuilder |
getStatusOrBuilder()
optional .appscode.kubernetes.v1beta1.Status status = 7; |
boolean |
hasSpec()
optional .appscode.kubernetes.v1beta1.Spec spec = 6; |
boolean |
hasStatus()
optional .appscode.kubernetes.v1beta1.Status status = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getKind()
'kind' defines is it the regular kubernetes instance or the appscode superset called Extended Ingress. This field will strictly contains only those two values 'ingress' - default kubernetes ingress object. 'extendedIngress' - appscode superset of ingress. when creating a Loadbalancer from UI this field will always be only 'extendedIngress.' List, Describe, Update and Delete will support both two modes. Create will support only extendedIngress. For Creating or Updating an regular ingress one must use the kubectl or direct API calls directly to kubernetes.
optional string kind = 1;com.google.protobuf.ByteString getKindBytes()
'kind' defines is it the regular kubernetes instance or the appscode superset called Extended Ingress. This field will strictly contains only those two values 'ingress' - default kubernetes ingress object. 'extendedIngress' - appscode superset of ingress. when creating a Loadbalancer from UI this field will always be only 'extendedIngress.' List, Describe, Update and Delete will support both two modes. Create will support only extendedIngress. For Creating or Updating an regular ingress one must use the kubectl or direct API calls directly to kubernetes.
optional string kind = 1;java.lang.String getName()
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
optional string name = 2;java.lang.String getNamespace()
optional string namespace = 3;com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 3;long getCreationTimestamp()
optional int64 creation_timestamp = 4;int getOptionsCount()
map<string, string> options = 5;boolean containsOptions(java.lang.String key)
map<string, string> options = 5;@Deprecated java.util.Map<java.lang.String,java.lang.String> getOptions()
getOptionsMap() instead.java.util.Map<java.lang.String,java.lang.String> getOptionsMap()
map<string, string> options = 5;java.lang.String getOptionsOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> options = 5;java.lang.String getOptionsOrThrow(java.lang.String key)
map<string, string> options = 5;boolean hasSpec()
optional .appscode.kubernetes.v1beta1.Spec spec = 6;Spec getSpec()
optional .appscode.kubernetes.v1beta1.Spec spec = 6;SpecOrBuilder getSpecOrBuilder()
optional .appscode.kubernetes.v1beta1.Spec spec = 6;boolean hasStatus()
optional .appscode.kubernetes.v1beta1.Status status = 7;Status getStatus()
optional .appscode.kubernetes.v1beta1.Status status = 7;StatusOrBuilder getStatusOrBuilder()
optional .appscode.kubernetes.v1beta1.Status status = 7;java.lang.String getJson()
optional string json = 8;com.google.protobuf.ByteString getJsonBytes()
optional string json = 8;