Uses of Class
io.fabric8.kubernetes.api.model.coordination.v1.LeaseList
-
Packages that use LeaseList Package Description io.fabric8.kubernetes.api.model io.fabric8.kubernetes.api.model.coordination.v1 -
-
Uses of LeaseList in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return LeaseList Modifier and Type Method Description LeaseListKubeSchema. getLeaseList()Methods in io.fabric8.kubernetes.api.model with parameters of type LeaseList Modifier and Type Method Description voidKubeSchema. setLeaseList(LeaseList leaseList)Constructors in io.fabric8.kubernetes.api.model with parameters of type LeaseList Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, io.fabric8.kubernetes.api.model.CreateOptions createOptions, io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions, io.fabric8.kubernetes.api.model.GetOptions getOptions, io.fabric8.kubernetes.api.model.version.Info info, Lease lease, LeaseList leaseList, io.fabric8.kubernetes.api.model.ListOptions listOptions, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.PatchOptions patchOptions, io.fabric8.kubernetes.api.model.Quantity quantity, io.fabric8.kubernetes.api.model.RootPaths rootPaths, io.fabric8.kubernetes.api.model.Status status, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta, io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) -
Uses of LeaseList in io.fabric8.kubernetes.api.model.coordination.v1
Methods in io.fabric8.kubernetes.api.model.coordination.v1 that return LeaseList Modifier and Type Method Description LeaseListLeaseListBuilder. build()Constructors in io.fabric8.kubernetes.api.model.coordination.v1 with parameters of type LeaseList Constructor Description LeaseListBuilder(LeaseList instance)LeaseListBuilder(LeaseListFluent<?> fluent, LeaseList instance)LeaseListBuilder(LeaseListFluent<?> fluent, LeaseList instance, Boolean validationEnabled)LeaseListBuilder(LeaseList instance, Boolean validationEnabled)LeaseListFluentImpl(LeaseList instance)
-