Interface NetworkDestroyContext
interface NetworkDestroyContext { checkTimeout: boolean; config: { contexts: string[]; deletePvcs: boolean; deleteSecrets: boolean; enableTimeout: boolean; force: boolean; namespace: NamespaceName; };} Properties
checkTimeout
checkTimeout: boolean
config
config: { contexts: string[]; deletePvcs: boolean; deleteSecrets: boolean; enableTimeout: boolean; force: boolean; namespace: NamespaceName;}