computeNamespaceFromMetadata(metadata) | |
ConfigMap(propsIn) | k8s ConfigMap resource |
Container(props) | Component that implements the abstract Container interface and translates to a Kubernetes-specific k8s.K8sContainer. |
isK8sContainerElement(x) | Tests whether an element is a k8s.K8sContainer element |
isLabelSelector(x) | |
isPod(x) | Tests whether x is a Pod element |
isResource(x) | Tests to see if an object is a k8s.Resource element |
isResourceFinalElement(e) | Type assertion to see if an element is both a Resource and a @adpt/core#FinalElement |
isResourcePropsWithConfig(x) | Tests whether a ResourceProps is for a template object |
k8sContainerProps(abstractProps, k8sProps) | Low level utility function to translate from the abstract Container component props (ContainerProps) to k8s.K8sContainerProps to be used in a k8s.K8sContainer. |
makeClusterInfo(options) | Make a k8s.ClusterInfo object suitable for use with k8s resources |
Secret(propsIn) | k8s Secret resource |
Service(propsIn) | Native Kubernetes Service resource |