Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
List<V1OwnerReference> |
V1ObjectMetaFluent.buildOwnerReferences() |
List<V1OwnerReference> |
V1ObjectMetaFluentImpl.buildOwnerReferences() |
List<V1OwnerReference> |
V1ObjectMetaFluent.getOwnerReferences()
Deprecated.
|
List<V1OwnerReference> |
V1ObjectMetaFluentImpl.getOwnerReferences()
Deprecated.
|
List<V1OwnerReference> |
V1ObjectMeta.getOwnerReferences()
List of objects depended by this object.
|
Modifier and Type | Method and Description |
---|---|
A |
V1ObjectMetaFluent.addAllToOwnerReferences(Collection<V1OwnerReference> items) |
A |
V1ObjectMetaFluentImpl.addAllToOwnerReferences(Collection<V1OwnerReference> items) |
V1ObjectMeta |
V1ObjectMeta.ownerReferences(List<V1OwnerReference> ownerReferences) |
A |
V1ObjectMetaFluent.removeAllFromOwnerReferences(Collection<V1OwnerReference> items) |
A |
V1ObjectMetaFluentImpl.removeAllFromOwnerReferences(Collection<V1OwnerReference> items) |
void |
V1ObjectMeta.setOwnerReferences(List<V1OwnerReference> ownerReferences) |
A |
V1ObjectMetaFluent.withOwnerReferences(List<V1OwnerReference> ownerReferences) |
A |
V1ObjectMetaFluentImpl.withOwnerReferences(List<V1OwnerReference> ownerReferences) |
Constructor and Description |
---|
V1OwnerReferenceBuilder(V1OwnerReference instance) |
V1OwnerReferenceBuilder(V1OwnerReference instance,
Boolean validationEnabled) |
V1OwnerReferenceBuilder(V1OwnerReferenceFluent<?> fluent,
V1OwnerReference instance) |
V1OwnerReferenceBuilder(V1OwnerReferenceFluent<?> fluent,
V1OwnerReference instance,
Boolean validationEnabled) |
V1OwnerReferenceFluentImpl(V1OwnerReference instance) |
Copyright © 2018. All rights reserved.