Interface AdmissionregistrationV1WebhookClientConfigFluent<A extends AdmissionregistrationV1WebhookClientConfigFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1MutatingWebhookFluent.ClientConfigNested<N>,V1ValidatingWebhookFluent.ClientConfigNested<N>
- All Known Implementing Classes:
AdmissionregistrationV1WebhookClientConfigBuilder,AdmissionregistrationV1WebhookClientConfigFluentImpl
public interface AdmissionregistrationV1WebhookClientConfigFluent<A extends AdmissionregistrationV1WebhookClientConfigFluent<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.AdmissionregistrationV1ServiceReferenceeditOrNewServiceLike(io.kubernetes.client.openapi.models.AdmissionregistrationV1ServiceReference item) byte[]io.kubernetes.client.openapi.models.AdmissionregistrationV1ServiceReferenceDeprecated.getUrl()hasUrl()removeAllFromCaBundle(Collection<Byte> items) removeFromCaBundle(Byte... items) setToCaBundle(Integer index, Byte item) withCaBundle(byte... caBundle) withNewServiceLike(io.kubernetes.client.openapi.models.AdmissionregistrationV1ServiceReference item) withService(io.kubernetes.client.openapi.models.AdmissionregistrationV1ServiceReference service)
-
Method Details
-
withCaBundle
-
getCaBundle
byte[] getCaBundle() -
addToCaBundle
-
setToCaBundle
-
addToCaBundle
-
addAllToCaBundle
-
removeFromCaBundle
-
removeAllFromCaBundle
-
hasCaBundle
Boolean hasCaBundle() -
getService
@Deprecated io.kubernetes.client.openapi.models.AdmissionregistrationV1ServiceReference getService()Deprecated.This method has been deprecated, please use method buildService instead.- Returns:
- The buildable object.
-
buildService
io.kubernetes.client.openapi.models.AdmissionregistrationV1ServiceReference buildService() -
withService
-
hasService
Boolean hasService() -
withNewService
AdmissionregistrationV1WebhookClientConfigFluent.ServiceNested<A> withNewService() -
withNewServiceLike
AdmissionregistrationV1WebhookClientConfigFluent.ServiceNested<A> withNewServiceLike(io.kubernetes.client.openapi.models.AdmissionregistrationV1ServiceReference item) -
editService
AdmissionregistrationV1WebhookClientConfigFluent.ServiceNested<A> editService() -
editOrNewService
AdmissionregistrationV1WebhookClientConfigFluent.ServiceNested<A> editOrNewService() -
editOrNewServiceLike
AdmissionregistrationV1WebhookClientConfigFluent.ServiceNested<A> editOrNewServiceLike(io.kubernetes.client.openapi.models.AdmissionregistrationV1ServiceReference item) -
getUrl
String getUrl() -
withUrl
-
hasUrl
Boolean hasUrl()
-