Package io.kubernetes.client.proto
Interface V1Admissionregistration.ServiceReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Admissionregistration.ServiceReference
,V1Admissionregistration.ServiceReference.Builder
- Enclosing class:
- V1Admissionregistration
public static interface V1Admissionregistration.ServiceReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
`name` is the name of the service.com.google.protobuf.ByteString
`name` is the name of the service.`namespace` is the namespace of the service.com.google.protobuf.ByteString
`namespace` is the namespace of the service.getPath()
`path` is an optional URL path which will be sent in any request to this service.com.google.protobuf.ByteString
`path` is an optional URL path which will be sent in any request to this service.int
getPort()
If specified, the port on the service that hosting webhook.boolean
hasName()
`name` is the name of the service.boolean
`namespace` is the namespace of the service.boolean
hasPath()
`path` is an optional URL path which will be sent in any request to this service.boolean
hasPort()
If specified, the port on the service that hosting webhook.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNamespace
boolean hasNamespace()`namespace` is the namespace of the service. Required
optional string namespace = 1;
-
getNamespace
String getNamespace()`namespace` is the namespace of the service. Required
optional string namespace = 1;
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()`namespace` is the namespace of the service. Required
optional string namespace = 1;
-
hasName
boolean hasName()`name` is the name of the service. Required
optional string name = 2;
-
getName
String getName()`name` is the name of the service. Required
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()`name` is the name of the service. Required
optional string name = 2;
-
hasPath
boolean hasPath()`path` is an optional URL path which will be sent in any request to this service. +optional
optional string path = 3;
-
getPath
String getPath()`path` is an optional URL path which will be sent in any request to this service. +optional
optional string path = 3;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()`path` is an optional URL path which will be sent in any request to this service. +optional
optional string path = 3;
-
hasPort
boolean hasPort()If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). +optional
optional int32 port = 4;
-
getPort
int getPort()If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). +optional
optional int32 port = 4;
-