OBJECT
KubernetesResourceKind
Definition of a resource kind
link GraphQL Schema definition
- type KubernetesResourceKind implements Node {
- # apiGroupVersion defines the API group serving this Kind and its version
- 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"
- String! :
- # Categories is a list of the grouped resources this resource belongs to (e.g.
- # 'all')
- String!] : [
- # group is the preferred group of the resource. Empty implies the group of the
- # containing resource list.
- String :
- # Opaque global node ID
- ID! :
- # kubernetes resource kind identifier
- String! :
- # Indicator if the scope of this kind is global or namespaced
- Boolean! :
- # OpenApi v3 schema of this resource
- JSON :
- # Plural name
- String! :
- # Connection to resources of this kind in the current context, if available
- #
- # Arguments
- # after: relay-compatible cursor for paging
- # fieldSelector: Filter by field selector - see
- # https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/
- # first: relay-compatible page size
- # labelSelector: Filter by label selector - see
- # https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
- # name: Filter by resource name
- (
- String, :
- String, :
- Int, :
- String, :
- String!] : [
- ): KubernetesResourceConnection
- # Total count of resources of this kind in the current context, if available
- Int :
- # Shortened names understood by kubectl
- String!] : [
- # Singular name
- String! :
- }
link Require by
- KubernetesKindAgentTargetnull
- KubernetesKindAvailabilityTargetAvailabilityTarget is the Schema for the availabilitytargets API
- KubernetesKindBindableResourceDefinition of a bindable resource
- KubernetesKindBuildConfigurationBuildConfiguration is the Schema for the buildconfiguaration API
- KubernetesKindCertificateProviderCertificateProvider is the Schema for the certificateproviders API
- KubernetesKindClassClaimClassClaim is the Schema for the classclaims API
- KubernetesKindClusterGroupClusterGroup is the schema for the ClusterGroup API
- KubernetesKindClusterRoleClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
- KubernetesKindClusterRoleBindingClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.
- KubernetesKindClusterSyncResourceSetSyncResourceSet is the Schema for the ClusterSyncResourceSets API
- KubernetesKindConfigMapConfigMap holds configuration data for pods to consume.
- KubernetesKindContainerAppContainerApp is the Schema for the containerapps API
- KubernetesKindContainerAppBuildPlanContainerAppBuildPlan is the Schema for the containerappbuildplan API
- KubernetesKindCredentialCredential is the Schema for the credentials API
- KubernetesKindDNSProvidernull
- KubernetesKindDomainnull
- KubernetesKindDomainBindingDomainBinding CRD defines the connection between a Domain and a Space
- KubernetesKindEgressPointEgressPoint is the Schema for the egresspoints API
- KubernetesKindEKSClusterEKSCluster is the Schema for the EKSCluster API
- KubernetesKindEKSNodepoolEKSNodepool is the Schema for the EKSNodepool API
- KubernetesKindEKSOptionEKSOption is the Schema for the EKSOption API
- KubernetesKindEventEvent is a report of an event somewhere in the cluster.
- KubernetesKindEvictionEviction evicts a managed namespace from its scheduled cluster subject to space disruption budget
- KubernetesKindHealthProbeHealthProbe is the Schema for the HealthProbe API
- KubernetesKindHTTPRouteHTTPRoute provides a way to route HTTP requests. This includes the capability to match requests by hostname, path, header, or query param. Filters can be used to specify additional processing steps. Backends specify where matching requests should be routed.
- KubernetesKindKubernetesClusterKubernetesCluster is the Schema for the KubernetesCluster API
- KubernetesKindLimitRangeLimitRange sets resource usage limits for each kind of resource in a Namespace.
- KubernetesKindManagedNamespaceManagedNamespace is the Schema for the managednamespaces API
- KubernetesKindManagedNamespaceSetManagedNamespaceSet is the Schema for the managednamespacesets API
- KubernetesKindNamespaceNamespace provides a scope for Names. Use of multiple namespaces is optional.
- KubernetesKindNetworkNeighborSetNetworkNeighborSet is the Schema for the networkneighborsets API
- KubernetesKindPackagenull
- KubernetesKindPackageInstallA Package Install is an actual installation of a package and its underlying resources on a Kubernetes cluster. It is represented in kapp-controller by a PackageInstall CR. A PackageInstall CR must reference a Package CR.
- KubernetesKindPackageMetadatanull
- KubernetesKindPackageRepositoryA package repository is a collection of packages and their metadata. Similar to a maven repository or a rpm repository, adding a package repository to a cluster gives users of that cluster the ability to install any of the packages from that repository.
- KubernetesKindPodSecurityPolicyPodSecurityPolicy is the Schema for the PodSecurityPolicy API.
- KubernetesKindPreProvisionedServiceDescribes a pre-provisioned service instance
- KubernetesKindProfilenull
- KubernetesKindProjectnull
- KubernetesKindRoleRole is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
- KubernetesKindRoleBindingRoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.
- KubernetesKindSecretSecret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.
- KubernetesKindSecretExportnull
- KubernetesKindServiceAccountServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets
- KubernetesKindServiceBindingServiceBinding is the Schema for the servicebindings API
- KubernetesKindSpaceSpace is the Schema for the spaces API
- KubernetesKindSpaceDisruptionBudgetSpaceDisruptionBudget is the Schema for the spacedisruptionbudget API
- KubernetesKindSpaceOutputSpaceOutput is the Schema for the spaceoutputs API
- KubernetesKindSpringCloudGatewayMappingnull
- KubernetesKindSpringCloudGatewayRouteConfignull
- KubernetesKindSyncResourceSetSyncResourceSet is the Schema for the SyncResourceSets API
- KubernetesKindTraitnull
- KubernetesResourceGeneric Kubernetes resource
- KubernetesResourceInterfaceApplication Engine Resource Interface
- KubernetesResourceKindConnectionConnection for KubernetesResourceKind
- KubernetesResourceKindConnectionEdgeConnection Edge for KubernetesResourceKind