Sha256: cc0804f81b59a766c04cb5a9bc6743f4ba36f554ab8a600bf219ec95c56bbb9d
Contents?: true
Size: 264 Bytes
Versions: 4
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true module KubernetesDeploy class FatalDeploymentError < StandardError; end class FatalKubeAPIError < FatalDeploymentError; end class KubectlError < StandardError; end class DeploymentTimeoutError < FatalDeploymentError; end end
Version data entries
4 entries across 4 versions & 1 rubygems