Package api
Interface SubmitOuterClass.IngressConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubmitOuterClass.IngressConfig,SubmitOuterClass.IngressConfig.Builder
- Enclosing class:
- SubmitOuterClass
public static interface SubmitOuterClass.IngressConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsAnnotations(String key)map<string, string> annotations = 3;Map<String,String>getAnnotations()Deprecated.intgetAnnotationsCount()map<string, string> annotations = 3;Map<String,String>getAnnotationsMap()map<string, string> annotations = 3;StringgetAnnotationsOrDefault(String key, String defaultValue)map<string, string> annotations = 3;StringgetAnnotationsOrThrow(String key)map<string, string> annotations = 3;StringgetCertName()string cert_name = 5;com.google.protobuf.ByteStringgetCertNameBytes()string cert_name = 5;intgetPorts(int index)repeated uint32 ports = 2;intgetPortsCount()repeated uint32 ports = 2;List<Integer>getPortsList()repeated uint32 ports = 2;booleangetTlsEnabled()bool tls_enabled = 4;SubmitOuterClass.IngressTypegetType()Deprecated.api.IngressConfig.type is deprecated.intgetTypeValue()Deprecated.api.IngressConfig.type is deprecated.booleangetUseClusterIP()bool use_clusterIP = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
@Deprecated int getTypeValue()
Deprecated.api.IngressConfig.type is deprecated. See pkg/api/submit.proto;l=32.api.IngressType type = 1 [deprecated = true];- Returns:
- The enum numeric value on the wire for type.
-
getType
@Deprecated SubmitOuterClass.IngressType getType()
Deprecated.api.IngressConfig.type is deprecated. See pkg/api/submit.proto;l=32.api.IngressType type = 1 [deprecated = true];- Returns:
- The type.
-
getPortsList
List<Integer> getPortsList()
repeated uint32 ports = 2;- Returns:
- A list containing the ports.
-
getPortsCount
int getPortsCount()
repeated uint32 ports = 2;- Returns:
- The count of ports.
-
getPorts
int getPorts(int index)
repeated uint32 ports = 2;- Parameters:
index- The index of the element to return.- Returns:
- The ports at the given index.
-
getAnnotationsCount
int getAnnotationsCount()
map<string, string> annotations = 3;
-
containsAnnotations
boolean containsAnnotations(String key)
map<string, string> annotations = 3;
-
getAnnotations
@Deprecated Map<String,String> getAnnotations()
Deprecated.UsegetAnnotationsMap()instead.
-
getAnnotationsOrDefault
String getAnnotationsOrDefault(String key, String defaultValue)
map<string, string> annotations = 3;
-
getAnnotationsOrThrow
String getAnnotationsOrThrow(String key)
map<string, string> annotations = 3;
-
getTlsEnabled
boolean getTlsEnabled()
bool tls_enabled = 4;- Returns:
- The tlsEnabled.
-
getCertName
String getCertName()
string cert_name = 5;- Returns:
- The certName.
-
getCertNameBytes
com.google.protobuf.ByteString getCertNameBytes()
string cert_name = 5;- Returns:
- The bytes for certName.
-
getUseClusterIP
boolean getUseClusterIP()
bool use_clusterIP = 6;- Returns:
- The useClusterIP.
-
-