Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unstructuredJSON (0.48 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/helpers.go

    // TODO: move into serializer/json.
    var UnstructuredJSONScheme runtime.Codec = unstructuredJSONScheme{}
    
    type unstructuredJSONScheme struct{}
    
    const unstructuredJSONSchemeIdentifier runtime.Identifier = "unstructuredJSON"
    
    func (s unstructuredJSONScheme) Decode(data []byte, _ *schema.GroupVersionKind, obj runtime.Object) (runtime.Object, *schema.GroupVersionKind, error) {
    	var err error
    	if obj != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 20:39:55 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top