Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::CreateScopeNamespaceRequest.
Request to create a fleet namespace.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String-
(::String) — Required. The parent (project and location) where the Namespace will be
created. Specified in the format
projects/*/locations/*/scopes/*.
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The parent (project and location) where the Namespace will be
created. Specified in the format
projects/*/locations/*/scopes/*.
-
(::String) — Required. The parent (project and location) where the Namespace will be
created. Specified in the format
projects/*/locations/*/scopes/*.
#scope_namespace
def scope_namespace() -> ::Google::Cloud::GkeHub::V1::Namespace- (::Google::Cloud::GkeHub::V1::Namespace) — Required. The fleet namespace to create.
#scope_namespace=
def scope_namespace=(value) -> ::Google::Cloud::GkeHub::V1::Namespace- value (::Google::Cloud::GkeHub::V1::Namespace) — Required. The fleet namespace to create.
- (::Google::Cloud::GkeHub::V1::Namespace) — Required. The fleet namespace to create.
#scope_namespace_id
def scope_namespace_id() -> ::String-
(::String) — Required. Client chosen ID for the Namespace.
namespace_idmust be a valid RFC 1123 compliant DNS label:- At most 63 characters in length
- It must consist of lower case alphanumeric characters or
- - It must start and end with an alphanumeric character
Which can be expressed as the regex:
[a-z0-9]([-a-z0-9]*[a-z0-9])?, with a maximum length of 63 characters.
#scope_namespace_id=
def scope_namespace_id=(value) -> ::String-
value (::String) — Required. Client chosen ID for the Namespace.
namespace_idmust be a valid RFC 1123 compliant DNS label:- At most 63 characters in length
- It must consist of lower case alphanumeric characters or
- - It must start and end with an alphanumeric character
Which can be expressed as the regex:
[a-z0-9]([-a-z0-9]*[a-z0-9])?, with a maximum length of 63 characters.
-
(::String) — Required. Client chosen ID for the Namespace.
namespace_idmust be a valid RFC 1123 compliant DNS label:- At most 63 characters in length
- It must consist of lower case alphanumeric characters or
- - It must start and end with an alphanumeric character
Which can be expressed as the regex:
[a-z0-9]([-a-z0-9]*[a-z0-9])?, with a maximum length of 63 characters.