public interface KubernetesObject extends KubernetesType
| Modifier and Type | Method and Description |
|---|---|
V1ObjectMeta |
getMetadata()
Gets metadata.
|
getApiVersion, getKindV1ObjectMeta getMetadata()
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
Copyright © 2020. All rights reserved.