enum Kube::PatchType

Overview

These are constants to support HTTP PATCH utilized by both the client and server that didn't make sense for a whole package to be dedicated to.

Defined in:

kube/types.cr

Enum Members

JSON = 0
Merge = 1
StrategicMerge = 2
Apply = 3

Class Method Summary

Instance Method Summary

Class Method Detail

def self.to_s(io) #

[View source]

Instance Method Detail

def apply? #

[View source]
def json? #

[View source]
def merge? #

[View source]
def strategic_merge? #

[View source]