Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for setSuffix (0.28 sec)

  1. pkg/workloadapi/security/authorization.pb.go

    	}
    	return ""
    }
    
    func (x *StringMatch) GetPrefix() string {
    	if x, ok := x.GetMatchType().(*StringMatch_Prefix); ok {
    		return x.Prefix
    	}
    	return ""
    }
    
    func (x *StringMatch) GetSuffix() string {
    	if x, ok := x.GetMatchType().(*StringMatch_Suffix); ok {
    		return x.Suffix
    	}
    	return ""
    }
    
    func (x *StringMatch) GetPresence() *emptypb.Empty {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                        @Optional
                        @Input
                        Property<Integer> getNumberOfOutputFiles()
    
                        @Input
                        Property<String> getSuffix()
    
                        @Optional
                        @Input
                        Property<Boolean> getDifferentOutputFileNames()
                    }
    
                    ${incremental
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    }
    
    func (x *IngressGatewayZvpnConfig) GetEnabled() *wrapperspb.BoolValue {
    	if x != nil {
    		return x.Enabled
    	}
    	return nil
    }
    
    func (x *IngressGatewayZvpnConfig) GetSuffix() string {
    	if x != nil {
    		return x.Suffix
    	}
    	return ""
    }
    
    // MultiClusterConfig specifies the Configuration for Istio mesh across multiple clusters through the istio gateways.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top