struct Kubernetes::Watch(T)
- Kubernetes::Watch(T)
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
kubernetes.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(type : Type, object : T)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #added?(*args, **options)
- #added?(*args, **options, &)
- #deleted?(*args, **options)
- #deleted?(*args, **options, &)
- #error?(*args, **options)
- #error?(*args, **options, &)
- #modified?(*args, **options)
- #modified?(*args, **options, &)
- #object : T
- #type : Type