Class V1ObjectMeta

java.lang.Object
io.confluent.remote.config.poller.kubernetes.V1ObjectMeta

public class V1ObjectMeta extends Object
Custom object for Kubernetes configmap metadata name: The name of the kubernetes resource namespace: The namespace of the kubernetes resource resourceVersion: The version of the kubernetes resource
  • Constructor Details

    • V1ObjectMeta

      public V1ObjectMeta(String name, String namespace, String resourceVersion)
  • Method Details

    • getName

      public String getName()
    • getNamespace

      public String getNamespace()
    • getResourceVersion

      public String getResourceVersion()