Skip to content

APIServiceNamespace

APIServiceNamespace CRD schema reference (group kube-bind.io)

APIServiceNamespace defines how consumer namespaces map to service namespaces. These objects are created by the konnector, and a service namespace is then created by the service provider. The name of the APIServiceNamespace equals the namespace name in the consumer cluster.
Full name:
apiservicenamespaces.kube-bind.io
Group:
kube-bind.io
Singular name:
apiservicenamespace
Plural name:
apiservicenamespaces
Scope:
Namespaced
Versions:
v1alpha1

Version v1alpha1

Properties

.apiVersion

string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

.kind

string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

.metadata

object

.spec

object

spec specifies a service namespace.

.status

object

status contains reconciliation information for a service namespace

.status.namespace

string

namespace is the service provider namespace name that will be bound to the consumer namespace named like this object.