Interface ApiextensionsV1WebhookClientConfigFluent<A extends ApiextensionsV1WebhookClientConfigFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1WebhookConversionFluent.ClientConfigNested<N>
- All Known Implementing Classes:
ApiextensionsV1WebhookClientConfigBuilder,ApiextensionsV1WebhookClientConfigFluentImpl
public interface ApiextensionsV1WebhookClientConfigFluent<A extends ApiextensionsV1WebhookClientConfigFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionaddAllToCaBundle(Collection<Byte> items) addToCaBundle(Byte... items) addToCaBundle(Integer index, Byte item) io.kubernetes.client.openapi.models.ApiextensionsV1ServiceReferenceeditOrNewServiceLike(io.kubernetes.client.openapi.models.ApiextensionsV1ServiceReference item) byte[]io.kubernetes.client.openapi.models.ApiextensionsV1ServiceReferenceDeprecated.getUrl()hasUrl()removeAllFromCaBundle(Collection<Byte> items) removeFromCaBundle(Byte... items) setToCaBundle(Integer index, Byte item) withCaBundle(byte... caBundle) withNewServiceLike(io.kubernetes.client.openapi.models.ApiextensionsV1ServiceReference item) withService(io.kubernetes.client.openapi.models.ApiextensionsV1ServiceReference service)
-
Method Details
-
withCaBundle
-
getCaBundle
byte[] getCaBundle() -
addToCaBundle
-
setToCaBundle
-
addToCaBundle
-
addAllToCaBundle
-
removeFromCaBundle
-
removeAllFromCaBundle
-
hasCaBundle
Boolean hasCaBundle() -
getService
Deprecated.This method has been deprecated, please use method buildService instead.- Returns:
- The buildable object.
-
buildService
io.kubernetes.client.openapi.models.ApiextensionsV1ServiceReference buildService() -
withService
-
hasService
Boolean hasService() -
withNewService
ApiextensionsV1WebhookClientConfigFluent.ServiceNested<A> withNewService() -
withNewServiceLike
ApiextensionsV1WebhookClientConfigFluent.ServiceNested<A> withNewServiceLike(io.kubernetes.client.openapi.models.ApiextensionsV1ServiceReference item) -
editService
ApiextensionsV1WebhookClientConfigFluent.ServiceNested<A> editService() -
editOrNewService
ApiextensionsV1WebhookClientConfigFluent.ServiceNested<A> editOrNewService() -
editOrNewServiceLike
ApiextensionsV1WebhookClientConfigFluent.ServiceNested<A> editOrNewServiceLike(io.kubernetes.client.openapi.models.ApiextensionsV1ServiceReference item) -
getUrl
String getUrl() -
withUrl
-
hasUrl
Boolean hasUrl()
-