Uses of Class
io.kubernetes.client.openapi.models.V1TypedLocalObjectReference
Packages that use V1TypedLocalObjectReference
-
Uses of V1TypedLocalObjectReference in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1TypedLocalObjectReferenceModifier and TypeMethodDescriptionstatic V1TypedLocalObjectReferenceCreate an instance of V1TypedLocalObjectReference given an JSON stringV1PersistentVolumeClaimSpec.getDataSource()Get dataSourceV1IngressBackend.getResource()Get resourceMethods in io.kubernetes.client.openapi.models with parameters of type V1TypedLocalObjectReferenceModifier and TypeMethodDescriptionV1PersistentVolumeClaimSpec.dataSource(V1TypedLocalObjectReference dataSource) V1IngressBackend.resource(V1TypedLocalObjectReference resource) voidV1PersistentVolumeClaimSpec.setDataSource(V1TypedLocalObjectReference dataSource) voidV1IngressBackend.setResource(V1TypedLocalObjectReference resource)