@pulumi/kubernetes-compliance-policies
Version:
This repository contains a growing set of Compliance Policies to validate your infrastructure using Pulumi's Crossguard Policy-as-Code framework.
74 lines (73 loc) • 2.79 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace FlowSchema {
/**
* Disallow the use of non-stable (Alpha) Kubernetes resouces (flowcontrol.v1alpha1.FlowSchema).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { FlowSchema };
declare namespace FlowSchemaList {
/**
* Disallow the use of non-stable (Alpha) Kubernetes resouces (flowcontrol.v1alpha1.FlowSchemaList).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { FlowSchemaList };
declare namespace FlowSchemaPatch {
/**
* Disallow the use of non-stable (Alpha) Kubernetes resouces (flowcontrol.v1alpha1.FlowSchemaPatch).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { FlowSchemaPatch };
declare namespace PriorityLevelConfiguration {
/**
* Disallow the use of non-stable (Alpha) Kubernetes resouces (flowcontrol.v1alpha1.PriorityLevelConfiguration).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { PriorityLevelConfiguration };
declare namespace PriorityLevelConfigurationList {
/**
* Disallow the use of non-stable (Alpha) Kubernetes resouces (flowcontrol.v1alpha1.PriorityLevelConfigurationList).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { PriorityLevelConfigurationList };
declare namespace PriorityLevelConfigurationPatch {
/**
* Disallow the use of non-stable (Alpha) Kubernetes resouces (flowcontrol.v1alpha1.PriorityLevelConfigurationPatch).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { PriorityLevelConfigurationPatch };