Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for flowcontrolv1beta1 (0.18 sec)

  1. pkg/apis/flowcontrol/v1beta3/register.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1beta3
    
    import (
    	flowcontrolv1beta3 "k8s.io/api/flowcontrol/v1beta3"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // GroupName is the group name use in this package
    const GroupName = "flowcontrol.apiserver.k8s.io"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 21 22:54:19 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  2. pkg/apis/flowcontrol/v1beta2/register.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1beta2
    
    import (
    	flowcontrolv1beta2 "k8s.io/api/flowcontrol/v1beta2"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // GroupName is the group name use in this package
    const GroupName = "flowcontrol.apiserver.k8s.io"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 07 13:42:13 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  3. pkg/controlplane/instance_test.go

    	// are no more beta resources enabled by default.
    	legacyBetaResourcesWithoutStableEquivalents := map[schema.GroupResource]bool{
    		flowcontrolv1bet3.SchemeGroupVersion.WithResource("flowschemas").GroupResource():                 true,
    		flowcontrolv1bet3.SchemeGroupVersion.WithResource("prioritylevelconfigurations").GroupResource(): true,
    	}
    
    	config := DefaultAPIResourceConfigSource()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top