Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for RawMessage (0.35 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/watch_test.go

    	restclient "k8s.io/client-go/rest"
    )
    
    // watchJSON defines the expected JSON wire equivalent of watch.Event
    type watchJSON struct {
    	Type   watch.EventType `json:"type,omitempty"`
    	Object json.RawMessage `json:"object,omitempty"`
    }
    
    // roundTripOrDie round trips an object to get defaults set.
    func roundTripOrDie(codec runtime.Codec, object runtime.Object) runtime.Object {
    	data, err := runtime.Encode(codec, object)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 30 17:27:39 UTC 2023
    - 30K bytes
    - Viewed (0)
  2. api/except.txt

    pkg crypto/tls, type ConnectionState struct, TLSUnique //deprecated
    pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 61
    pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  3. cmd/site-replication.go

    						AccessKey:     user,
    						SecretKey:     acc.Credentials.SecretKey,
    						Groups:        acc.Credentials.Groups,
    						Claims:        claims,
    						SessionPolicy: json.RawMessage(policyJSON),
    						Status:        acc.Credentials.Status,
    						Name:          acc.Credentials.Name,
    						Description:   acc.Credentials.Description,
    						Expiration:    &acc.Credentials.Expiration,
    					},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  4. cmd/admin-handlers-users.go

    					AccessKey:     user,
    					SecretKey:     acc.Credentials.SecretKey,
    					Groups:        acc.Credentials.Groups,
    					Claims:        claims,
    					SessionPolicy: json.RawMessage(policyJSON),
    					Status:        acc.Credentials.Status,
    					Name:          sa.Name,
    					Description:   sa.Description,
    					Expiration:    &sa.Expiration,
    				}
    			}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*InvalidUTF8Error).Error", Method, 0},
    		{"(*InvalidUnmarshalError).Error", Method, 0},
    		{"(*MarshalerError).Error", Method, 0},
    		{"(*MarshalerError).Unwrap", Method, 13},
    		{"(*RawMessage).MarshalJSON", Method, 0},
    		{"(*RawMessage).UnmarshalJSON", Method, 0},
    		{"(*SyntaxError).Error", Method, 0},
    		{"(*UnmarshalFieldError).Error", Method, 0},
    		{"(*UnmarshalTypeError).Error", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg encoding/json, method (*InvalidUnmarshalError) Error() string
    pkg encoding/json, method (*MarshalerError) Error() string
    pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
    pkg encoding/json, method (*RawMessage) UnmarshalJSON([]uint8) error
    pkg encoding/json, method (*SyntaxError) Error() string
    pkg encoding/json, method (*UnmarshalFieldError) Error() string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top