Class CustomResourceDefinitionNamesArgs.Builder

    • Method Detail

      • categories

        public CustomResourceDefinitionNamesArgs.Builder categories​(@Nullable
                                                                    com.pulumi.core.Output<java.util.List<java.lang.String>> categories)
        Parameters:
        categories - categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
        Returns:
        builder
      • categories

        public CustomResourceDefinitionNamesArgs.Builder categories​(java.util.List<java.lang.String> categories)
        Parameters:
        categories - categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
        Returns:
        builder
      • categories

        public CustomResourceDefinitionNamesArgs.Builder categories​(java.lang.String... categories)
        Parameters:
        categories - categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
        Returns:
        builder
      • kind

        public CustomResourceDefinitionNamesArgs.Builder kind​(com.pulumi.core.Output<java.lang.String> kind)
        Parameters:
        kind - kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
        Returns:
        builder
      • kind

        public CustomResourceDefinitionNamesArgs.Builder kind​(java.lang.String kind)
        Parameters:
        kind - kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
        Returns:
        builder
      • listKind

        public CustomResourceDefinitionNamesArgs.Builder listKind​(@Nullable
                                                                  com.pulumi.core.Output<java.lang.String> listKind)
        Parameters:
        listKind - listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
        Returns:
        builder
      • listKind

        public CustomResourceDefinitionNamesArgs.Builder listKind​(java.lang.String listKind)
        Parameters:
        listKind - listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
        Returns:
        builder
      • plural

        public CustomResourceDefinitionNamesArgs.Builder plural​(com.pulumi.core.Output<java.lang.String> plural)
        Parameters:
        plural - plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
        Returns:
        builder
      • plural

        public CustomResourceDefinitionNamesArgs.Builder plural​(java.lang.String plural)
        Parameters:
        plural - plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
        Returns:
        builder
      • shortNames

        public CustomResourceDefinitionNamesArgs.Builder shortNames​(@Nullable
                                                                    com.pulumi.core.Output<java.util.List<java.lang.String>> shortNames)
        Parameters:
        shortNames - shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
        Returns:
        builder
      • shortNames

        public CustomResourceDefinitionNamesArgs.Builder shortNames​(java.util.List<java.lang.String> shortNames)
        Parameters:
        shortNames - shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
        Returns:
        builder
      • shortNames

        public CustomResourceDefinitionNamesArgs.Builder shortNames​(java.lang.String... shortNames)
        Parameters:
        shortNames - shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
        Returns:
        builder
      • singular

        public CustomResourceDefinitionNamesArgs.Builder singular​(@Nullable
                                                                  com.pulumi.core.Output<java.lang.String> singular)
        Parameters:
        singular - singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
        Returns:
        builder
      • singular

        public CustomResourceDefinitionNamesArgs.Builder singular​(java.lang.String singular)
        Parameters:
        singular - singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
        Returns:
        builder