@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 576 B
TypeScript
/** Configuration used when kube-proxy is configured with iptables mode (durations format is RFC3339 duration, e.g. 'PT60S') */
export interface ProjectKubeCustomizationKubeProxyIptables {
/** minSyncPeriod is the minimum period that iptables rules are refreshed, in RFC3339 duration format (e.g. 'PT60S') */
minSyncPeriod?: string;
/** syncPeriod is the period that iptables rules are refreshed, in RFC3339 duration format (e.g. 'PT60S'). Must be greater than 0 */
syncPeriod?: string;
}
//# sourceMappingURL=ProjectKubeCustomizationKubeProxyIptables.d.ts.map