Interface IResource

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  IResource.Jsii$Default
      Internal default implementation for IResource.
      static class  IResource.Jsii$Proxy
      A proxy class which represents a concrete javascript instance of this type.
    • Method Detail

      • getApiGroup

        @Stability(Stable)
        @NotNull
        String getApiGroup()
        The group portion of the API version (e.g. "authorization.k8s.io").
      • getApiVersion

        @Stability(Stable)
        @NotNull
        String getApiVersion()
        The object's API version (e.g. "authorization.k8s.io/v1").
      • getKind

        @Stability(Stable)
        @NotNull
        String getKind()
        The object kind (e.g. "Deployment").
      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        The Kubernetes name of this resource.