Interface IResource.Jsii$Default

    • Method Detail

      • getApiGroup

        @Stability(Stable)
        @NotNull
        default String getApiGroup()
        The group portion of the API version (e.g. "authorization.k8s.io").
        Specified by:
        getApiGroup in interface IResource
      • getApiVersion

        @Stability(Stable)
        @NotNull
        default String getApiVersion()
        The object's API version (e.g. "authorization.k8s.io/v1").
        Specified by:
        getApiVersion in interface IResource
      • getKind

        @Stability(Stable)
        @NotNull
        default String getKind()
        The object kind (e.g. "Deployment").
        Specified by:
        getKind in interface IResource
      • getName

        @Stability(Stable)
        @NotNull
        default String getName()
        The Kubernetes name of this resource.
        Specified by:
        getName in interface IResource