Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ocenas (0.16 sec)

  1. istioctl/pkg/writer/compare/sds/util.go

    func NewSecretItemBuilder() SecretItemBuilder {
    	return &secretItemBuilder{}
    }
    
    // SecretItemBuilder wraps the process of setting fields for the SecretItem
    // and builds the Metadata fields from the cert contents behind the scenes
    type SecretItemBuilder interface {
    	Name(string) SecretItemBuilder
    	Data(string) SecretItemBuilder
    	Source(string) SecretItemBuilder
    	Destination(string) SecretItemBuilder
    	State(string) SecretItemBuilder
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Jun 06 15:14:48 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  2. architecture/networking/pilot.md

    This is consumed in two ways:
    * Some components just block on `watcher.WaitForCRD(...)` before doing the work they need.
    * `kclient.NewDelayedInformer` can also fully abstract this away, by providing a client that handles this behind the scenes.
    
    #### Credentials Controller
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed Feb 07 17:53:24 GMT 2024
    - 19.1K bytes
    - Viewed (0)
Back to top