Uses of Interface
io.fabric8.kubernetes.client.dsl.ItemWritableOperation
-
Packages that use ItemWritableOperation Package Description io.fabric8.kubernetes.client.dsl io.fabric8.kubernetes.client.extension -
-
Uses of ItemWritableOperation in io.fabric8.kubernetes.client.dsl
Subinterfaces of ItemWritableOperation in io.fabric8.kubernetes.client.dsl Modifier and Type Interface Description interfaceAnyNamespaceOperation<T,L,R>interfaceCertificateSigningRequestResource<T>interfaceMixedOperation<T,L,R extends Resource<T>>A Client Namespace or Non Namespace Operation.interfaceNamespaceableResource<T>interfaceNonDeletingOperation<T>interfaceNonNamespaceOperation<T,L,R>The entry point to client operations that are either "cross namespace resources", or are available in the invocation chain after a namespace has already been specified.interfaceParameterMixedOperation<T,L,R extends Resource<T>>Deprecated.It is no longer necessary to associate parameters prior to deserialization.interfacePodResourceinterfaceResource<T>Interface that describes the operation that can be done on a Kubernetes resource (e.g.interfaceRollableScalableResource<T>interfaceScalableResource<T>interfaceServiceAccountResourceinterfaceServiceResource<T>interfaceV1beta1CertificateSigningRequestResource<T>interfaceWritableOperation<T>Methods in io.fabric8.kubernetes.client.dsl that return ItemWritableOperation Modifier and Type Method Description ItemWritableOperation<T>AnyNamespaceOperation. dryRun()Deprecated.use Resource.dryRun()ItemWritableOperation<T>AnyNamespaceOperation. dryRun(boolean isDryRun)Deprecated.use Resource.dryRun() -
Uses of ItemWritableOperation in io.fabric8.kubernetes.client.extension
Subinterfaces of ItemWritableOperation in io.fabric8.kubernetes.client.extension Modifier and Type Interface Description interfaceExtensibleResource<T>Provides an interface that is usable by theExtensibleResourceAdapterthat returns a non-specialized valueClasses in io.fabric8.kubernetes.client.extension that implement ItemWritableOperation Modifier and Type Class Description classExtensibleResourceAdapter<T>To be used as a base for overriding or adding Resource methodsclassResourceAdapter<T>Base for overriding a Resource
-