Uses of Interface
io.fabric8.kubernetes.client.dsl.ScalableResource
-
Packages that use ScalableResource Package Description io.fabric8.kubernetes.client.dsl -
-
Uses of ScalableResource in io.fabric8.kubernetes.client.dsl
Subinterfaces of ScalableResource in io.fabric8.kubernetes.client.dsl Modifier and Type Interface Description interfaceRollableScalableResource<T>Methods in io.fabric8.kubernetes.client.dsl that return ScalableResource Modifier and Type Method Description ScalableResource<T>ScalableResource. withTimeout(long timeout, TimeUnit unit)default ScalableResource<T>ScalableResource. withTimeoutInMillis(long timeoutInMillis)Methods in io.fabric8.kubernetes.client.dsl that return types with arguments of type ScalableResource Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.batch.v1.Job,io.fabric8.kubernetes.api.model.batch.v1.JobList,ScalableResource<io.fabric8.kubernetes.api.model.batch.v1.Job>>BatchAPIGroupDSL. jobs()Deprecated.Use client.batch().v1().jobs() insteadMixedOperation<io.fabric8.kubernetes.api.model.batch.v1.Job,io.fabric8.kubernetes.api.model.batch.v1.JobList,ScalableResource<io.fabric8.kubernetes.api.model.batch.v1.Job>>ExtensionsAPIGroupDSL. jobs()Deprecated.The extensions/v1beta1 API is deprecated.MixedOperation<io.fabric8.kubernetes.api.model.batch.v1.Job,io.fabric8.kubernetes.api.model.batch.v1.JobList,ScalableResource<io.fabric8.kubernetes.api.model.batch.v1.Job>>V1BatchAPIGroupDSL. jobs()DSL entrypoint for batch/v1 Job
-