Interface V1APIServiceSpecFluent<A extends V1APIServiceSpecFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1APIServiceFluent.SpecNested<N>
- All Known Implementing Classes:
V1APIServiceSpecBuilder
,V1APIServiceSpecFluentImpl
Generated
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddAllToCaBundle
(Collection<Byte> items) addToCaBundle
(Byte... items) addToCaBundle
(Integer index, Byte item) io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference
editOrNewServiceLike
(io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference item) byte[]
getGroup()
io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference
Deprecated.hasGroup()
removeAllFromCaBundle
(Collection<Byte> items) removeFromCaBundle
(Byte... items) setToCaBundle
(Integer index, Byte item) withCaBundle
(byte... caBundle) withGroupPriorityMinimum
(Integer groupPriorityMinimum) withInsecureSkipTLSVerify
(Boolean insecureSkipTLSVerify) withNewServiceLike
(io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference item) withService
(io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference service) withVersion
(String version) withVersionPriority
(Integer versionPriority)
-
Method Details
-
withCaBundle
-
getCaBundle
byte[] getCaBundle() -
addToCaBundle
-
setToCaBundle
-
addToCaBundle
-
addAllToCaBundle
-
removeFromCaBundle
-
removeAllFromCaBundle
-
hasCaBundle
Boolean hasCaBundle() -
getGroup
String getGroup() -
withGroup
-
hasGroup
Boolean hasGroup() -
getGroupPriorityMinimum
Integer getGroupPriorityMinimum() -
withGroupPriorityMinimum
-
hasGroupPriorityMinimum
Boolean hasGroupPriorityMinimum() -
getInsecureSkipTLSVerify
Boolean getInsecureSkipTLSVerify() -
withInsecureSkipTLSVerify
-
hasInsecureSkipTLSVerify
Boolean hasInsecureSkipTLSVerify() -
getService
Deprecated.This method has been deprecated, please use method buildService instead.- Returns:
- The buildable object.
-
buildService
io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference buildService() -
withService
-
hasService
Boolean hasService() -
withNewService
V1APIServiceSpecFluent.ServiceNested<A> withNewService() -
withNewServiceLike
V1APIServiceSpecFluent.ServiceNested<A> withNewServiceLike(io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference item) -
editService
V1APIServiceSpecFluent.ServiceNested<A> editService() -
editOrNewService
V1APIServiceSpecFluent.ServiceNested<A> editOrNewService() -
editOrNewServiceLike
V1APIServiceSpecFluent.ServiceNested<A> editOrNewServiceLike(io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference item) -
getVersion
String getVersion() -
withVersion
-
hasVersion
Boolean hasVersion() -
getVersionPriority
Integer getVersionPriority() -
withVersionPriority
-
hasVersionPriority
Boolean hasVersionPriority() -
withInsecureSkipTLSVerify
A withInsecureSkipTLSVerify()
-